Inspired by a late night in the old house, up deep in the woods, in a place where there's not enough internet to go around, but more than enough old hardware that can run C.
- Read a little bit of Kernighan & Ritchie.
- Find a program that sounds interesting.
- Write the program.
- Compile it using
clang
- Run it using
./{output-name}