Initial commit

This commit is contained in:
2024-02-01 18:52:42 +01:00
commit cfbeaa8f9c
13 changed files with 346 additions and 0 deletions

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

@@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "Linux",
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"compileCommands": "${workspaceFolder}/builddir/compile_commands.json",
"browse": {
"path": ["${workspaceFolder}"]
}
}
],
"version": 4
}