Ok in C.
int main()
{
int i;
for ( i = 0; i < 100; i++ )
printf( "He is not William.\n" );
return 0;
}Done.
[EMAIL PROTECTED] wrote:
Quoting Jack Davis <[EMAIL PROTECTED]>:
Thanks, William. I'll look for it.
I'm not William ;-) I'm Peter Williams.
Write out 100 times: He is not William.
------------------------------------------------------------ This email was sent from Netspace Webmail: http://www.netspace.net.au
--
I can understand why mankind hasn't given up war. During a war you get to drive tanks through the sides of buildings and shoot foreigners - two things that are usually frowned on during peacetime.
--P.J. O'Rourke

