First commit

This commit is contained in:
Степанов Станислав 2025-09-25 17:48:35 +03:00
commit 6c98c7ab02
1 changed files with 12 additions and 0 deletions

12
modular.json Normal file
View File

@ -0,0 +1,12 @@
{
"dep": [
],
"cmake": {
"inc_dirs": [
"./"
],
"srcs": [
"./**.c"
]
}
}