This commit is contained in:
vincent
2024-02-29 12:09:18 +08:00
parent a7bf517661
commit 3b840fd020
2 changed files with 2 additions and 17 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
output output
output.bak output.bak
input.txt.bak input.txt.bak
__pycache__ __pycache__
.vscode
-16
View File
@@ -1,16 +0,0 @@
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "main.py",
"console": "integratedTerminal",
"justMyCode": true
}
]
}