apple1-videocard-lib/demos/hello-world/hello.c
2022-01-11 20:26:58 +01:00

8 lines
118 B
C

#include <utils.h>
#include <apple1.h>
void main() {
woz_puts("\r\rHELLO WORLD FROM KICK-C\r\r");
woz_mon();
}