completed day 1
This commit is contained in:
parent
1f7d96ad3f
commit
31b1c51bf5
3 changed files with 47 additions and 0 deletions
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue