From 7034c6b9b891dfe69a54bfb01d5375e46d8eefb2 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 9 Oct 2020 05:46:03 -0400
Subject: [PATCH] Create readme

---
 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..caa7e9c
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,5 @@
+# C - Songs Struct
+
+
+## Description
+Reads CSV data into nested structs. Then sorts data by name, and gives the user the option to print out or search.
-- 
GitLab