mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-08 18:58:48 +00:00
feat: use '\n' instead of std::endl
This commit is contained in:
parent
5fa8f6edbe
commit
24ef7d44f2
2
.vscode/oi-codes.code-snippets
vendored
2
.vscode/oi-codes.code-snippets
vendored
@ -23,7 +23,7 @@
|
||||
"",
|
||||
"using std::cin;",
|
||||
"using std::cout;",
|
||||
"using std::endl;",
|
||||
"#define endl '\\n'",
|
||||
"",
|
||||
"int main() {",
|
||||
" $0",
|
||||
|
Loading…
Reference in New Issue
Block a user