Initial commit

This commit is contained in:
2015-10-13 04:39:07 +02:00
commit a7c7dc30f7
5 changed files with 57 additions and 0 deletions

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# Teaching myself C #
This is just miscellaneous code I write while teaching myself C. Some of this is
from the book "Vägen till C" by Jan Skansholm & Ulf Bilting. Some is from the
classic book "The C Programming Language" by Brian Kernighan & Dennis Ritchie.
Other code is just small projects I've made to experiment and teach myself how
to code in C.