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

chore: update code template

This commit is contained in:
Baoshuo Ren 2022-05-20 09:10:15 +08:00
parent dd5a43941a
commit 1636d67168
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -27,7 +27,9 @@
"",
"int main() {",
" std::ios::sync_with_stdio(false);",
"",
" $0",
"",
" return 0;",
"}",
""