1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-01 12:53:27 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 12:34:22 +08:00
parent 79c876dc09
commit 58bbdfd57c

8
get.bat Normal file
View File

@@ -0,0 +1,8 @@
git checkout master
git pull
python 国外版.py
python 国内版.py
git add .
git commit -m "update"
git push
pause