This commit is contained in:
2026-05-10 08:09:43 -05:00
parent 1b53c813b4
commit 828ea58b35
4 changed files with 64 additions and 0 deletions

3
src/tests.c Normal file
View File

@@ -0,0 +1,3 @@
int main()
{
}

7
src/tyche.c Normal file
View File

@@ -0,0 +1,7 @@
#include <stdio.h>
int main()
{
printf("This is not implemented yet.\n");
return 1;
}