diff --git a/README.md b/README.md new file mode 100644 index 0000000..b42c905 --- /dev/null +++ b/README.md @@ -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