mirror of
https://github.com/irmen/prog8.git
synced 2025-02-08 16:30:28 +00:00
10 lines
71 B
Lua
10 lines
71 B
Lua
%import textio
|
|
%zeropage basicsafe
|
|
|
|
main {
|
|
|
|
sub start() {
|
|
|
|
}
|
|
}
|