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