mirror of
https://github.com/irmen/prog8.git
synced 2024-11-26 11:49:22 +00:00
9 lines
70 B
Lua
9 lines
70 B
Lua
%import textio
|
|
%zeropage basicsafe
|
|
|
|
main {
|
|
sub start() {
|
|
|
|
}
|
|
}
|