Re: Monday Morning

From: Kat is Bliss (misty_at_No.SPAM.flynt.org)
Date: 04/06/04


Date: Tue, 06 Apr 2004 11:22:54 -0700

Does it loop? no.

#include <stdio.h>
void main()
{
int i=1
      while (i==1){
      printf("***YAWN***");}
}

Ken Briscoe wrote:

> "bliss" <misty@No.SPAM.flynt.org> wrote in message
> news:4072f0fc$1@obsidian.gov.bc.ca...
>
>>public class EddieWanker
>>{
>> public static void main(String [] args)
>> {
>> boolean eddiepox_is_a_wanker=true;
>>
>>while (eddiepox_is_a_wanker==true)
>>{
>> System.out.println("***YAWN***");
>>}
>> }
>>}
>>
>>
>>There you go.
>
>
> Oh yeah, hotshot?
>
> #include <stdio.h>
> void main()
> {
> printf("***YAWN***");
> }
>
>
> Yeah, my program is more simpler!
>

-- 
Kat FORMER MCNGP #29
/* Get the facts first. You can distort them later. */


Relevant Pages


Loading