From ca79e66dae192a8b9c13cde3f3b9d233a2304642 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 15 Apr 2016 15:40:04 +0100 Subject: [PATCH] Update readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 092b072..b3fc0cc 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # product-list Simple product storage system for unit 312 of my apprenticeship + +### Wait, what's this for?! +I created this __really simple__ program for my apprenticeship, and the section about OOP. + +We had to make a program with multiple objects, that saved data to the file system. So I chose to do this product management CLI. + +I decided to write the system using C#, because I hadnt written anything in C# for a while, and never using Mono, so I thought i'd give it a shot!