c-first-steps

a C playground
Index Commits Files Refs README
commit a32e92e4a12960f68dd25527d3736b78be3f3ffb
parent c388786e45c24853445585f6beef547a91bc2330
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Thu, 29 Oct 2020 18:53:00 -0300

Update README.md
Diffstat:
MREADME.md | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,8 @@
 # Hello world!
 
-This is a repository to store all my C files while i learn about this new language, 
-the examples and exercies are taken from the book "The C programming language" - written by Brian W. Kernighan & Dennis M. Ritchie.
+This is a repository to store all my C files while i learn about this new language.
+
+The examples and exercies are taken from the book "The C programming language" - written by Brian W. Kernighan & Dennis M. Ritchie, 
+as well as my University workbook.
 
 Feel free to take a look.