started puzzle 1 again in c

This commit is contained in:
Seth Samuel 2024-12-02 15:52:44 +13:00
parent 31b1c51bf5
commit 5a1721acf7
5 changed files with 7 additions and 108 deletions

26
.vscode/tasks.json vendored
View file

@ -3,10 +3,8 @@
{
"type": "cppbuild",
"label": "C/C++: gcc build active file",
"command": "/usr/bin/g++",
"command": "/usr/bin/gcc",
"args": [
"--std",
"gnu++23",
"-fdiagnostics-color=always",
"-g",
"${file}",
@ -24,28 +22,6 @@
"isDefault": true
},
"detail": "Task generated by Debugger."
},
{
"type": "cppbuild",
"label": "C/C++: g++ build active file",
"command": "/usr/bin/g++",
"args": [
"--std",
"gnu++23",
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": "build",
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"