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