Files
Z8C-Homebrew-Computer/OperatingSystem/.unused/cmon/main.c
2024-06-24 20:38:02 +02:00

13 lines
130 B
C

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