absolute C-nema

This commit is contained in:
2025-05-22 17:07:07 +02:00
parent 4b56a9bb6c
commit 25394803db
3 changed files with 12 additions and 2 deletions

6
src/emulator.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main() {
printf("Emulator is nowhere close to complete\n");
return 0;
}

0
src/emulator/.gitkeep Normal file
View File