mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2024-12-23 04:29:46 +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();
|
|
}
|