diff options
| author | jdhao <jdhao@hotmail.com> | 2021-06-27 10:19:19 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-06-27 10:19:19 +0800 |
| commit | 0c05b15dac744a5f1a058fb5aca09ec2d0f47395 (patch) | |
| tree | 894738b856473356897c3b7a7ce8561ae0bc1bc9 /my_snippets/cpp.snippets | |
| parent | 7d2afbaa60264ae120565b01bc86d41c2d8ff802 (diff) | |
update cpp snippets
Diffstat (limited to 'my_snippets/cpp.snippets')
| -rw-r--r-- | my_snippets/cpp.snippets | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/my_snippets/cpp.snippets b/my_snippets/cpp.snippets index 39fae36..7e18d52 100644 --- a/my_snippets/cpp.snippets +++ b/my_snippets/cpp.snippets @@ -12,6 +12,7 @@ using std::string; int main() { + return 0; } endsnippet |
