mirror of
https://github.com/MeiK2333/river.git
synced 2025-11-04 14:49:40 +08:00
7 lines
106 B
C++
7 lines
106 B
C++
#include <iostream>
|
|
using namespace std;
|
|
|
|
int main() {
|
|
cout << "Hello World!" << endl;
|
|
return 0;
|
|
} |