From 0c05b15dac744a5f1a058fb5aca09ec2d0f47395 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 27 Jun 2021 10:19:19 +0800 Subject: [PATCH] update cpp snippets --- my_snippets/cpp.snippets | 1 + 1 file changed, 1 insertion(+) 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