From bd2832ed02f0cbab3b470a7bf9873ee086eb2dc4 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Thu, 8 Oct 2020 22:27:50 -0400
Subject: [PATCH] Create readme

---
 readme.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 readme.md

diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..840d25f
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,12 @@
+# C# - Business Tier Salad Shop
+
+
+## Description
+A second look at our original [Salad Shop program](https://git.brandon-rodriguez.com/classes/cis_207/a2).
+
+This time, we introduce the concept of Classes, and rewrite our program into multiple class files.
+
+
+## Known Issues
+Attempting to compile program gives a `VisualBasic PowerPacks` error. It seems that this is no longer suppored in
+VisualStudio 2013 and later?
-- 
GitLab