We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d49b8 commit dface28Copy full SHA for dface28
.gitignore
@@ -0,0 +1,2 @@
1
+# Python files
2
+__pycache__/
contributing.md
@@ -0,0 +1,18 @@
+## LeetCode Animation 管理脚本 anima 使用说明
+
3
+需要使用 Python 3.6+ 版本
4
5
+安装依赖:
6
7
+```
8
+pip install -r requirements.txt
9
10
11
+### 创建新题解
12
13
+生成题解目录框架,以及 Markdown 文件模板。
14
15
16
+python anima.py new 1 'Two Sum'
17
18
0 commit comments