c-first-steps

a C playground
Index Commits Files Refs README
commit eedfa182dd4f07147ad4f1fec31822b5615887bb
parent 1647d9cc959380550cf4050ad2c5c6d6336433d7
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Tue, 24 Nov 2020 08:45:37 -0300

Update README.md
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -2,7 +2,7 @@
 
 This is a repository to store all my C files while I learn about this new language.
 
-In the-c-programming-language/ you can solutions to exercices taken from the book:
+In the-c-programming-language/ you can find solutions to exercices taken from the book:
 "The C programming language" - written by Brian W. Kernighan & Dennis M. Ritchie.
 
 In "c-repo/95.11" you can find "Algoritmos y programacion I" (cod. 95.11) homework,