This commit is contained in:
Markus Schmidt 2025-11-25 22:32:27 +01:00
commit 65a23d88d6
67 changed files with 14385 additions and 0 deletions

16
sheet4/B/.vscode/c_cpp_properties.json vendored Normal file
View file

@ -0,0 +1,16 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c17",
"cppStandard": "gnu++17",
"intelliSenseMode": "linux-gcc-x64"
}
],
"version": 4
}