snow/playground/main.snow
2025-06-07 17:00:22 +08:00

12 lines
206 B
Plaintext

module: Main
import:Math
function: main
parameter:
return_type: int
body:
Math.factorial(6L,1L)
return 0
end body
end function
end module