Apple ][ Helper
This commit is contained in:
8
Example/Example.c
Normal file
8
Example/Example.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <conio.h>
|
||||
#include "../Library/clear.h"
|
||||
|
||||
int main(void) {
|
||||
clear(40, 40);
|
||||
cputs("HELLO MADELINE CRAY\n\rWOULD YOU LIKE TO PLAY A GAME?\n\r");
|
||||
cgetc();
|
||||
}
|
BIN
Example/Example.dsk
Normal file
BIN
Example/Example.dsk
Normal file
Binary file not shown.
Reference in New Issue
Block a user