c-first-steps

a C playground
Index Commits Files Refs README
README.md (566B)
   1 # Hello world!
   2 
   3 This is a repository to store all my C files while I learn about this new language.
   4 
   5 In "c-repo/95.11" you can find "Algoritmos y programacion I" (cod. 95.11) homework,
   6 a subject from Facultad de Ingenieria de la Universidad de Buenos Aires.  
   7 
   8 In the-c-programming-language/ you can find solutions to exercices taken from the book:
   9 "The C programming language" - written by Brian W. Kernighan & Dennis M. Ritchie.
  10 
  11 Please consider that I've never programmed in my life before more than blinking
  12 a led with Arduino® lol.
  13 
  14 Feel free to take a look.
  15