View Single Post
  #2  
Old February 11th, 2001, 02:03 AM
raynor's Avatar

raynor raynor is offline
Captain
 
Join Date: Jan 2001
Location: Texas
Posts: 830
Thanks: 0
Thanked 0 Times in 0 Posts
raynor is on a distinguished road
Default Re: THE best strategy game of all times! :D

quote:
Originally posted by Instar:
#include <stdio.h>
void main()
{
printf("Go lay an egg, you bumbling freak!\n");
}



Basic syntax is correct. But this entry won't even earn third prize in an obfuscated C contest. Maybe if you'd at least written it as:

#include <stdio.h>
void main(){printf("Go lay an egg, you bumbling freak!\n"); }


Reply With Quote