main.cpp 90 B

1234567
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. cout << "hello world!" << endl;
  5. }