Create README.md

This commit is contained in:
rswier 2014-11-04 12:59:15 -05:00
parent 58b90b1012
commit 4fb4fce0f2

17
README.md Normal file
View file

@ -0,0 +1,17 @@
c4 - C in four functions
========================
An exercise in minimalism.
Try the following:
gcc -o c4 c4.c
./c4 hello.c
./c4 -s hello.c
./c4 c4.c hello.c
./c4 c4.c c4.c hello.c
Robert Swierczek
Email: rswier AT acm DOT org
November 2014