From 92278b54ea1e11b6f9d4a381291f18c476f57605 Mon Sep 17 00:00:00 2001 From: Niklas Granander <nikgr117@student.liu.se> Date: Mon, 16 Sep 2019 23:08:32 +0200 Subject: [PATCH] Add root README.md --- 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..023801c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +This repository presents the results of Lab 1 in TDDE45 - *Advanced software design* +Answers to the questions of each task can be found in each directories readme-file respectively +- [Task A](Task_A/readme.md) +- [Task B](Task_B/readme.md) +- [Task C](Task_C/readme.md) \ No newline at end of file -- GitLab