snow/playground/Demo4/Main.snow
2025-06-11 17:31:55 +08:00

12 lines
181 B
Plaintext

module: Main
function: main
parameter:
return_type: int
body:
declare b1: bool
return 0
end body
end function
end module