Project Euler Problem 20 Solution

Question

n!n! means n×(n1)×...×3×2×1n \times (n - 1) \times ... \times 3 \times 2 \times 1.

Find the sum of the digits in the number 100!100!.

Clojure

Haskell

Ruby

Rust