Initial commit of base code

This commit is contained in:
2025-05-28 18:16:00 -04:00
commit 65cb6080de
22 changed files with 3852 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef MAIN_H_
#define MAIN_H_
int main();
void core1_main();
#endif