12 lines
206 B
Plaintext
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
|