mirror of
https://github.com/irmen/prog8.git
synced 2024-11-25 04:31:20 +00:00
9 lines
66 B
Lua
9 lines
66 B
Lua
%import floats
|
|
|
|
%import strings
|
|
|
|
main {
|
|
sub start() {
|
|
}
|
|
}
|