#include #include int main(int argc, char *argv[]) { fprintf(stdout,"\n Hello World! \n"); system("PAUSE"); return 0; }