diff options
| author | jdhao <jdhao@hotmail.com> | 2022-06-14 22:02:26 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-06-14 22:02:26 +0800 |
| commit | 81696c9e13627ae04bebfca91728f3c9f18effcd (patch) | |
| tree | 03aeb73ab844731b390d0ae9a202f63919212405 | |
| parent | 32b1d3ac160ecdfa03c690cf9b4dfb11207bd16a (diff) | |
update python snippet
| -rw-r--r-- | my_snippets/python.snippets | 4 |
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 |
