Добавлены заголовки, начата разработка модуля игры

This commit is contained in:
2026-04-22 22:02:13 +05:00
parent 547b68773f
commit 8ebacd77eb
13 changed files with 422 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <stdint.h>
#include <stdio.h>
int main(int argc, const char* argv[]) {
printf("Hello world!!!\n");
return 0;
}