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