diff --git a/readme.md b/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..f67fb6f220ea52f991cf97c2b30c4b1788cba3c4 --- /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.