snow/playground/Demo6/Main.snow
2025-06-12 16:38:00 +08:00

10 lines
189 B
Plaintext

module: Main
function: main
parameter:
return_type: int
body:
declare b1 :int = -1
return b1
end body
end function
end module