Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rswier committed Nov 4, 2014
1 parent 58b90b1 commit 4fb4fce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4fb4fce

Please sign in to comment.