From 565c1b35a2f2cef79285b055d239d132491f9712 Mon Sep 17 00:00:00 2001
From: Guillaume Martres <smarter@ubuntu.com>
Date: Wed, 18 Sep 2019 22:08:53 +0200
Subject: [PATCH] First assignment is up

---
 README.md             | 2 +-
 week1/03-homework1.md | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 03edb9d..cb575d2 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ We will use GitLab's issue tracker as a discussion forum. Feel free to [open an
 1. [Click here to complete the Doodle to register to the recitation sessions](https://doodle.com/poll/x3iyh8czww2pcat9)
 2. Follow the [Tools Setup](week1/00-tools-setup.md) page.
 3. Do the [example assignment](week1/01-example.md).
-4. Do the first graded assignment (not online yet, check back later)
+4. Do the [first graded assignment](week1/03-homework1.md).
 
 ## Grading
 
diff --git a/week1/03-homework1.md b/week1/03-homework1.md
index 413daa1..ad11d97 100644
--- a/week1/03-homework1.md
+++ b/week1/03-homework1.md
@@ -103,3 +103,7 @@ on the list of integers `coins`.
 __Hint__: Think of the degenerate cases. How many ways can you give
 change for 0 CHF? How many ways can you give change for >0 CHF, if you
 have no coins?
+
+# Submission
+
+[When you're done, don't forget to submit your assignment!](./02-grading-and-submission.md)
-- 
GitLab