From 8bf1b97b257bc213e21a9f4da05e9d692c707124 Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Thu, 8 Oct 2020 22:34:19 -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..7c5452f --- /dev/null +++ b/readme.md @@ -0,0 +1,5 @@ +# C# - Introduction to Arrays + + +## Description +A console program to introduce arrays. Reinforces the concepts of classes and file input/output. -- GitLab