completed day 1

This commit is contained in:
Seth Samuel 2024-12-02 11:33:11 +13:00
parent 1f7d96ad3f
commit 31b1c51bf5
3 changed files with 47 additions and 0 deletions

4
.vscode/tasks.json vendored
View file

@ -5,6 +5,8 @@
"label": "C/C++: gcc build active file",
"command": "/usr/bin/g++",
"args": [
"--std",
"gnu++23",
"-fdiagnostics-color=always",
"-g",
"${file}",
@ -28,6 +30,8 @@
"label": "C/C++: g++ build active file",
"command": "/usr/bin/g++",
"args": [
"--std",
"gnu++23",
"-fdiagnostics-color=always",
"-g",
"${file}",