snow/playground/Demo6/Main.snow
2025-06-12 14:15:21 +08:00

10 lines
156 B
Plaintext

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