mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2025-01-11 18:51:59 +00:00
B2002 Hello,World!
R52360519
This commit is contained in:
parent
48c7c9b164
commit
4d2d1430e4
8
Luogu/problem/B2002/B2002.cpp
Normal file
8
Luogu/problem/B2002/B2002.cpp
Normal file
@ -0,0 +1,8 @@
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
int main() {
|
||||
cout << "Hello,World!" << endl;
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user