snow/playground/Demo6/Main.snow
2025-06-12 15:24:27 +08:00

10 lines
188 B
Plaintext

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