From 02409254960ce097c1e2795e1db13964061e7db5 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 27 Oct 2021 23:49:07 +0800 Subject: [PATCH] update cpp snippet --- my_snippets/cpp.snippets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/my_snippets/cpp.snippets b/my_snippets/cpp.snippets index d3f31fd..1de4172 100644 --- a/my_snippets/cpp.snippets +++ b/my_snippets/cpp.snippets @@ -131,3 +131,7 @@ endsnippet snippet stack "std::stack" w stack<$1> ${2:mystack} endsnippet + +snippet sol "solution" w +auto solution = Solution(); +endsnippet