9mat

1,134
reputation
8
12
int main() {
  std::cout<<"Hello World!"<<std::endl;
  return 0;
}