14 lines
208 B
Plaintext
14 lines
208 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
|