Hello_World.cpp 87 B

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