Commit All Changes and Start cleanup

This commit is contained in:
2024-03-09 12:46:20 +01:00
parent 9d6f367c8d
commit 1e3674ecfa
6 changed files with 113 additions and 37 deletions

15
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"cStandard": "c17",
"cppStandard": "c++20",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"files.associations": {
"utility": "cpp",
"ostream": "cpp",
"xstring": "cpp"
}
}