apple1-videocard-lib/demos/hello-world/hello.c

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();
}