From bf67da9c6748c2b5964696638e2086558738c6d1 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 9 Oct 2020 06:09:30 -0400
Subject: [PATCH] Add readme

---
 readme.md | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 readme.md

diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..898a3c8
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,5 @@
+# C - Parallelism and Threaded Sorting
+
+
+## Description
+Introduces concepts of Parallelism and the pthreads library to sort multiple datasets at once.
-- 
GitLab