Sunday, March 7, 2010

Hello world in C

this is a Hello world in C, yes! i know, that many other site's has create same topic.

















#include <stdio.h>



int main()

{

printf ("Hello world!");

getchar();

return 0;

}

No comments:

Post a Comment