Initial Commit.

This commit is contained in:
Creeper Lv
2026-05-26 16:59:39 +10:00
commit dee5b8dfb5
8 changed files with 286 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include "../../Headers/scc_core.h"
int main(int ac, char **av)
{
return 0;
}