#include #include int main() { printf("Hello World!\n"); system("pause"); return 0; }