1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update python snippet

This commit is contained in:
jdhao 2022-06-14 22:02:26 +08:00
parent 32b1d3ac16
commit 81696c9e13

View File

@ -24,3 +24,7 @@ def main():
if __name__ == "__main__":
main()
endsnippet
snippet sol "solution" b
solution = Solution()
endsnippet