Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
/ c4 Public archive
forked from rswier/c4

C in four functions

License

Notifications You must be signed in to change notification settings

C-Chads/c4

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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