Compare commits

..

No commits in common. "bef1d9c14b5b3fe861c30465b60dba4b320848b6" and "47dd3676bb5732a8c4da87bbb9de29c9cb83e260" have entirely different histories.

2
.vscode/launch.json vendored
View File

@ -8,7 +8,7 @@
"name": "(gdb) Launch", "name": "(gdb) Launch",
"type": "cppdbg", "type": "cppdbg",
"request": "launch", "request": "launch",
"program": "${workspaceFolder}/bin/test_cc", "program": "${workspaceFolder}/bin/test_c",
"args": [], "args": [],
"stopAtEntry": false, "stopAtEntry": false,
"cwd": "${workspaceFolder}", "cwd": "${workspaceFolder}",