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