Initial Commit

This commit is contained in:
Zimmerberger Markus
2022-01-21 17:39:39 +01:00
commit e03f3aae52
10 changed files with 602 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
+3
View File
@@ -0,0 +1,3 @@
{
"python.pythonPath": "C:\\Python39\\python.exe"
}