first commit

This commit is contained in:
Lorenzo Torres 2025-11-01 16:23:17 +01:00
commit aa7b921523
10 changed files with 19537 additions and 0 deletions

7
topaz.c Normal file
View file

@ -0,0 +1,7 @@
#include <stdio.h>
#include "platform.h"
int main(int argc, char **argv)
{
return platform_run(argc, argv);
}