c-first-steps

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

Update README.md
Diffstat:
MREADME.md | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,7 +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 Ritchie.
+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.