reorganize everything

This commit is contained in:
Dennis Gunia
2024-06-24 20:38:02 +02:00
parent ea1069e59c
commit 1ed6034d99
3867 changed files with 16188 additions and 13447 deletions

View File

@@ -0,0 +1,13 @@
#include<stdio.h>
int main() {
printf("Hello World\n");
return 0;
}
void initSystem () {
__asm
di
__endasm;
}