river/example/cpp/1000/main.cpp

6 lines
105 B
C++

#include <iostream>
using namespace std;
int main() {
cout << "Hello World!" << endl;
return 0;
}