7 lines
354 B
Markdown
7 lines
354 B
Markdown
# 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.
|