mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-01-06 02:30:21 +00:00
8 lines
118 B
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();
|
|
}
|