first commit

This commit is contained in:
2024-10-22 16:42:28 +02:00
commit 8a98e89c51
12 changed files with 5501958 additions and 0 deletions

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

@@ -0,0 +1,13 @@
{
"configurations": [
{
"name": "Blitz",
"cppStandard": "c++17",
"includePath": [
"include"
],
"compileCommands": ".vscode/compile_commands.json"
}
],
"version": 4
}