Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 exptools; site ihlpm.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!ihlpm!mcb From: mcb@ihlpm.UUCP (m. baker) Newsgroups: net.bizarre Subject: bizarre C Message-ID: <470@ihlpm.UUCP> Date: Sat, 7-Sep-85 11:29:33 EDT Article-I.D.: ihlpm.470 Posted: Sat Sep 7 11:29:33 1985 Date-Received: Sun, 8-Sep-85 05:12:16 EDT Distribution: net Organization: AT&T Bell Laboratories Lines: 33 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