aboutsummaryrefslogtreecommitdiff
path: root/my_snippets
diff options
context:
space:
mode:
Diffstat (limited to 'my_snippets')
-rw-r--r--my_snippets/python.snippets4
1 files changed, 4 insertions, 0 deletions
diff --git a/my_snippets/python.snippets b/my_snippets/python.snippets
index eefaac2..fc3f355 100644
--- a/my_snippets/python.snippets
+++ b/my_snippets/python.snippets
@@ -24,3 +24,7 @@ def main():
if __name__ == "__main__":
main()
endsnippet
+
+snippet sol "solution" b
+solution = Solution()
+endsnippet