Wednesday, January 20, 2010

hello world!

int main(void)

{

printf("hello world!");

system("pause");

return 0;

}

No comments:

Post a Comment