Initial commit

This commit is contained in:
2025-12-10 12:06:02 +01:00
commit ba74d0f28b
6 changed files with 769 additions and 0 deletions

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

@@ -0,0 +1,31 @@
{
"configurations": [
{
"name": "Win64",
"intelliSenseMode": "gcc-x64",
"compilerPath": "C:/MinGW/bin/g++.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"includePath": [
"${workspaceFolder}/**"
]
}
],
"version": 4
}