Monday, February 13, 2006

/*A simple program*/

int main(void)
{
int x=1;
while(x==1)
{
printf("I am going crazy! \n");
}
return 0;
}

No comments: