first commit
This commit is contained in:
commit
aa7b921523
10 changed files with 19537 additions and 0 deletions
7
topaz.c
Normal file
7
topaz.c
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include "platform.h"
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
return platform_run(argc, argv);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue