Author: Tom Kerrigan
Date: 19:33:02 04/06/00
Go up one level in this thread
On April 06, 2000 at 07:04:24, Jari Huikari wrote:
>#include <stdio.h>
>
>void main(void)
>{
> printf("WHITE RESIGNS!");
>}
Of course, this wouldn't work if the program is playing black. A better version
would be:
#include <stdio.h>
void main(void) {
printf("COMPUTER RESIGNS!");
}
Heh heh.
-Tom
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.