mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +00:00
7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
|
main {
|
||
|
romsub $FFD2 = chrout(ubyte ch @ A)
|
||
|
sub start() {
|
||
|
chrout('\n')
|
||
|
}
|
||
|
}
|