mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-01-10 18:48:13 +08:00
国外版
This commit is contained in:
parent
4a83e940d3
commit
44cb2b9989
@ -120,9 +120,8 @@ def main():
|
||||
|
||||
|
||||
if __name__=='__main__':
|
||||
if os.path.exists("算法题"):
|
||||
os.chdir("算法题")
|
||||
else:
|
||||
os.mkdir("算法题")
|
||||
os.chdir("算法题")
|
||||
folderName = "算法题(国外版)"
|
||||
if not os.path.exists(folderName):
|
||||
os.mkdir(folderName)
|
||||
os.chdir(folderName)
|
||||
main()
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user