first commit

This commit is contained in:
2025-02-04 17:22:13 +01:00
commit 0a97dcb51d
11 changed files with 1397 additions and 0 deletions

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

@@ -0,0 +1,6 @@
{
"clangd.arguments": [
"--compile-commands-dir=buildDir/"
],
"clangd.path": "clangd",
}