diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-10 22:23:51 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-10 22:23:51 +0800 |
| commit | 46a465508ab5f3ec69448726714125eb36587ed7 (patch) | |
| tree | bb11b994711c116d934583e401a24e33524b7064 /my_snippets | |
| parent | e0c406a3443dfc08b0e62cf69fddcee0d68cb4de (diff) | |
update snippets
Diffstat (limited to 'my_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 c5a8210..cd2a7dd 100644 --- a/my_snippets/cpp.snippets +++ b/my_snippets/cpp.snippets @@ -23,6 +23,7 @@ using std::pair; using std::make_pair; + int main() { |
