initial commit

This commit is contained in:
2025-07-18 22:24:05 +03:00
commit a44810a181
13 changed files with 582 additions and 0 deletions

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

@@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "all",
"defines": [],
"includePath": [
"dependencies",
"src",
"${default}"
],
"cStandard": "c99"
}
],
"version": 4
}