prog8/examples/test.p8
2024-01-17 21:02:17 +01:00

9 lines
88 B
Lua

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