This commit is contained in:
2020-08-19 21:53:42 +01:00
parent 28d25dff1c
commit ef2a51644c
4 changed files with 133 additions and 0 deletions

8
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,8 @@
{
"files.associations": {
"vector": "cpp",
"iostream": "cpp",
"xutility": "cpp"
},
"python.pythonPath": "C:\\bin\\python-3.6\\python.exe"
}