summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..f9ab62d 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,18 @@
+# Computer Science 272 (COMP-272): Data Structures and Algorithms
+
+* [Assignments](./doc/assignments)
+* [Units](./doc/unit)
+
+Install [cgreen](https://github.com/cgreen-devs/cgreen).
+
+To run example programs:
+
+```bash
+$ make run
+```
+
+To run tests:
+
+```bash
+$ make test
+```