prog8/examples/test.p8
2023-12-06 22:52:39 +01:00

9 lines
70 B
Lua

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