[net.bizarre] bizarre C

mcb@ihlpm.UUCP (m. baker) (09/07/85)

Heres a little C program thats bizarrely cute:
------------------------------------------------------------------------
#include "bizarre.h"

B I Z A R R E
------------------------------------------------------------------------

Something is missing...












------------------------------------------------------------------------
file bizarre.h:
------------------------------------------------------------------------
#define B main()
#define I {
#define Z printf(
#define A "hello world\n"
#define R /* */
#define E );}
------------------------------------------------------------------------
-- 

-- Mark