0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-12-24 03:11:58 +00:00

9291. Hello OI

https://xjoi.net/detail/1162325
This commit is contained in:
Baoshuo Ren 2021-11-11 10:16:25 +08:00 committed by Baoshuo Ren
parent 538569394d
commit 8fb7219215
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

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