From 81696c9e13627ae04bebfca91728f3c9f18effcd Mon Sep 17 00:00:00 2001 From: jdhao Date: Tue, 14 Jun 2022 22:02:26 +0800 Subject: [PATCH] update python snippet --- my_snippets/python.snippets | 4 ++++ 1 file changed, 4 insertions(+) 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