1
0

a essayer

This commit is contained in:
TheSinay
2024-10-24 15:30:23 +02:00
parent 0a95de499b
commit 11f44821bf
3 changed files with 157 additions and 69 deletions

20
.vscode/tasks.json vendored
View File

@@ -17,6 +17,26 @@
"problemMatcher": [
"$gcc"
],
"group": "build",
"detail": "Task generated by Debugger."
},
{
"type": "cppbuild",
"label": "C/C++: cl.exe build active file",
"command": "cl.exe",
"args": [
"/Zi",
"/EHsc",
"/nologo",
"/Fe${fileDirname}\\${fileBasenameNoExtension}.exe",
"${file}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$msCompile"
],
"group": {
"kind": "build",
"isDefault": true