c-first-steps

a C playground
Index Commits Files Refs README
commit 31c5c5067e79827272205ed6064194748da3646b
parent b7b81c10cdffddff273a65c31af3c45ffc2ae6e2
Author: Martin J. Klöckner <64109770+klewer-martin@users.noreply.github.com>
Date:   Thu,  3 Dec 2020 21:00:16 -0300

Update README.md
Diffstat:
MREADME.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -2,12 +2,12 @@
 
 This is a repository to store all my C files while I learn about this new language.
 
-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,
 a subject from Facultad de Ingenieria de la Universidad de Buenos Aires.  
 
+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.
+
 Please consider that I've never programmed in my life before more than blinking
 a led with Arduino® lol.