diff options
| -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() { |
