9 lines
157 B
Plaintext

module: Main
import: os
function: main
return_type: void
body:
os.print(222)
end body
end function
end module