prog8/examples/test.p8
2022-10-29 23:34:59 +02:00

8 lines
65 B
Lua

%import textio
%zeropage basicsafe
main {
sub start() {
}
}