started puzzle 3

This commit is contained in:
Seth Samuel 2025-02-18 23:28:43 +00:00
parent a9b09b06ac
commit 54d4c86867
4 changed files with 47 additions and 0 deletions

20
.vscode/tasks.json vendored
View file

@ -17,6 +17,26 @@
"problemMatcher": [
"$msCompile"
],
"group": "build",
"detail": "Task generated by Debugger."
},
{
"type": "cppbuild",
"label": "C/C++: g++ build active file",
"command": "/usr/bin/g++",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true