0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-23 23:08:47 +00:00

#2. 你好,世界!

https://loj.ac/s/963685
This commit is contained in:
Baoshuo Ren 2021-01-02 23:46:49 +08:00 committed by Baoshuo Ren
parent 1d06074157
commit 79362f9e76
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

8
LibreOJ/2/2.cpp Normal file
View File

@ -0,0 +1,8 @@
#include <bits/stdc++.h>
using namespace std;
int main() {
cout << "Hello, World!" << endl;
return 0;
}