c-first-steps

a C playground
Index Commits Files Refs README
commit 999c181254558e9374423c08d100643867437079
parent 2196d1b2a4a57d46172b500cec7f08a8e96e3f64
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Tue, 27 Oct 2020 11:03:55 -0300

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