Monday, October 24, 2005

Hello World!

#include


void main(void)
{
char *message[] = {"Hello ", "World"};
int i;
for(i = 0; i < 2; ++i)
printf("%s", message[i]);
printf("\n");
}


Yes, this is a launching post for me to spew forth every bilious
thought that passes through my sleep deprived mind. Beware and
tremble in awe...

No comments: