// my first program #include using namespace std; int main() { cout <<"Hello World!\n"; system ("Pause"); }