c-first-steps

a C playground
Index Commits Files Refs README
commit 703392842d92339dae500a23938e5f974c7091a2
parent daf9ce7d43403f4c0e320e23f59b99af69f1883e
Author: Martin J. Klöckner <martin.cachari@gmail.com>
Date:   Thu, 29 Oct 2020 17:19:48 -0300

Merge branch 'master' of github.com:klewer-martin/c-repo into master

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,6 +1,6 @@
 # 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.
 
 Feel free to take a look.