main.cpp 108 B

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