Friday, October 27, 2006

helloworld.c

int main ()
{
printf ("Hello, world!\n");
return 0;
}

No comments: