mirror of
https://github.com/irmen/prog8.git
synced 2024-12-25 08:29:25 +00:00
9 lines
88 B
Lua
9 lines
88 B
Lua
%import textio
|
|
%zeropage basicsafe
|
|
%option no_sysinit
|
|
|
|
main {
|
|
sub start() {
|
|
}
|
|
}
|