From d6424ce90205095e51b91a5e932c1a65c3154824 Mon Sep 17 00:00:00 2001 From: Daniel Goldsmith Date: Thu, 8 Oct 2020 14:43:11 +0100 Subject: [PATCH] Initial Commit --- .gitignore | 1 + README.md | 12 +++++++++++- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e4e5f6c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*~ \ No newline at end of file diff --git a/README.md b/README.md index f568896..c996bae 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # 6005-CEM-Codebase -Example Code for 6005 + + +This repo contains code examples for the 6005 CEM module + +It will be the stuff we use in the Lab sessions. +As well as Solutions to some of the coding problems. + +If you have your own solution, (or a different way of dealing with the problem), +feel free to submit a pull request, and I will add you the the relevant section. + +