From 8320a99b1533eb83018a2a9260e523ea55aabfe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Wed, 18 Sep 2019 13:34:53 +0200 Subject: [PATCH] Add minimal 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..61af0b0 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# CS-210: example assignment + +This assignment allows you to test the workflow of the upcoming graded +assignment. Please follow the [instructions from the main course +respository](https://gitlab.epfl.ch/lamp/cs-210-functional-programming-2019/blob/master/week1/01-example.md).