init here

This commit is contained in:
2025-11-26 21:32:41 +03:00
commit 33c97acade
91 changed files with 9155 additions and 0 deletions

12
карга.json Normal file
View File

@@ -0,0 +1,12 @@
{
"project_name": "srab",
"target": "linux",
"include_modules": [
{ "c_file": "suckit.c", "c_header": "suckit.h" },
{ "c_file": "sckulya.c", "c_header": "sckulya.h" },
{ "c_file": "pstruya.c", "c_header": "pstruya.h" },
{ "c_file": "stdin.c", "c_header": "stdin.h" }
],
"compiler_flags": ["-pthread"],
"linker_flags": ["-lsqlite3"]
}