update cpp snippet

This commit is contained in:
jdhao
2021-10-27 23:49:07 +08:00
parent 7762916bc4
commit 0240925496
+4
View File
@@ -131,3 +131,7 @@ endsnippet
snippet stack "std::stack" w snippet stack "std::stack" w
stack<$1> ${2:mystack} stack<$1> ${2:mystack}
endsnippet endsnippet
snippet sol "solution" w
auto solution = Solution();
endsnippet