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