From the Brain of Matty

random brain dump (16.08.07 3:35 pm)

This is funny:

#include <stdio.h>

#define SIX    1 + 5
#define NINE   8 + 1

int main() {
    printf( "The Answer to Life, the Universe, and Everything: %d\n", SIX * NINE );
    return( 0 );
}

Yesterday I rode an exercise bike for about 20 minutes and did about 10km. While eating lunch.