From 9d6c308e4d422bbd2272ccd555be8132211030bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 18 Sep 2019 16:39:01 +0200 Subject: [PATCH] Add minimal README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..88f69b2 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# CS-210: Pattern Matching (Huffman) + + +Please follow the [instructions from the main course +respository](https://gitlab.epfl.ch/lamp/cs-210-functional-programming-2019/blob/master/week4/00-homework4.md). + +Grading and submission details can be found [here](https://gitlab.epfl.ch/lamp/cs-210-functional-programming-2019/blob/master/week1/02-grading-and-submission.md).