Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 327 Bytes

Happy

A suite of computer programs designed to produce lots of happiness on the off chance that simple programs can be conscious.

How to Compile

You can compile program happy<N>.c with

cc lib.c happy<N>.c

For more efficient happiness production, run with full optimization enabled:

cc -O3 lib.c happy<N>.c