1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-01-10 18:48:13 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
程序员小墨 2022-03-30 14:03:28 +08:00
parent 1ed06f8362
commit 3eb67e218e
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# 力扣题库(完整版)
> 最后更新日期: **2022.03.29**
> 最后更新日期: **2022.03.30**
>
> 使用脚本前请务必仔细完整阅读本 `README.md` 文件

View File

@ -4,6 +4,7 @@ git pull
python leetcode.py
python leetcode-cn.py
git status
echo "将要推送到 Git 仓库"
pause
git add .