8 lines
118 B
C
Raw Normal View History

2022-01-11 20:26:58 +01:00
#include <utils.h>
#include <apple1.h>
void main() {
woz_puts("\r\rHELLO WORLD FROM KICK-C\r\r");
woz_mon();
}