RosettaCodeData/Task/Factorial/TXR/factorial-2.txr
2023-07-01 13:44:08 -04:00

2 lines
50 B
Text

$ txr -p '[reduce-left * (range 1 10) 1]'
3628800