aboutsummaryrefslogtreecommitdiff
path: root/my_snippets/cpp.snippets
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-27 23:49:07 +0800
committerjdhao <jdhao@hotmail.com>2021-10-27 23:49:07 +0800
commit02409254960ce097c1e2795e1db13964061e7db5 (patch)
tree09b6debe4e51c381c89e17f0e9f0ed34a1f63f2d /my_snippets/cpp.snippets
parent7762916bc40382f5d3310114dec39c1566fda61c (diff)
update cpp snippet
Diffstat (limited to 'my_snippets/cpp.snippets')
-rw-r--r--my_snippets/cpp.snippets4
1 files changed, 4 insertions, 0 deletions
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