This commit is contained in:
Asuro
2025-02-06 02:09:19 +01:00
parent 3e7c0b73e0
commit 445844bb6d
6 changed files with 84 additions and 0 deletions

11
src/engine/main.cpp Normal file
View File

@@ -0,0 +1,11 @@
#include <bx/bx.h>
#include <cstdio>
int main()
{
while (true)
{
printf("a\n");
}
return 1;
}