5 lines
77 B
Text
5 lines
77 B
Text
link math, factors
|
|
|
|
procedure main()
|
|
write("choose(5,3)=",binocoef(5,3))
|
|
end
|