From 6de4a58809f935d3ca3d0f5ce5826480f1430bd7 Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Fri, 9 Oct 2020 00:46:49 -0400
Subject: [PATCH] Add readme

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

diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..f67fb6f
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,8 @@
+# C - Intro to C
+
+
+## Description
+Introduction to the C programming language.
+
+Program is just a simple function to take a number and use modulus values to convert it to a character. Essentially, it
+is a base conversion function.
-- 
GitLab