main.cpp 108 B

123456789
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5. cout << "Hello World!" << endl;
  6. return 0;
  7. }