diff options
| author | jdhao <jdhao@hotmail.com> | 2021-09-07 00:13:32 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-09-07 00:13:32 +0800 |
| commit | efe1a48dce1af37cc7ca07b246bf5444360d02b9 (patch) | |
| tree | 3fa5b1794e69bfa797f2c1fa8a7c95fbfd747dec /my_snippets/cpp.snippets | |
| parent | a78fc16c2d4fc89af48420f00bc3f59a916e3fbf (diff) | |
update cpp snippet
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 c30230a..d3f31fd 100644 --- a/my_snippets/cpp.snippets +++ b/my_snippets/cpp.snippets @@ -9,6 +9,7 @@ using std::vector; using std::string; + int main() { |
