#include #include #include int main() { printf ("Hello World!\n"); printf ("Press ENTER to continue...\n"); getchar (); return 0; }