[comp.lang.c] life.c

rfreundlich@eagle.wesleyan.edu (Andrew Molitor) (05/24/89)

/* Listing of file /god/creator/work/life.c */

#define run foo();}main(){foo();
#define life int bad;
#define choice 2
#define genesis void foo
#define random(freewill) rand()%freewill

genesis()
{
      life

      if (bad=random(choice)) goto HELL;
HELL: run
}

/* Kinda explains a lot, doesn't it?

                                     \,,/,
                                        '  Rob

-------------------------------------------------------------------------------
|Rob Freundlich      |Disclaimer: Don't blame  |rfreundlich@eagle.wesleyan.edu|
|64 Lawn Ave         |  me, blame Reagan.      |rfreundlich@wesleyan.bitnet   |
|Middletown, CT 06457|                         |                              |
|(203)638-0878       |  "This is our cry,      |        This space            |
|                    |   This is our prayer,   |          under               |
|   Empty Space      |   Peace in the world."  |       construction           |
|                    |           -Fred Small   |                              |
-------------------------------------------------------------------------------
*/