#include
using namespace std; int main() { cout << "Hello World!" << endl; cout << "I am learning C++"; return 0; }
Hello World!
I am learning C++