hello-world.cpp 79 B

123456
  1. #include <iostream>
  2. int main() {
  3. std::cout << "Hello World!\n";
  4. return 0;
  5. }