euler_ex/solutions/20/solution.exs
2025-03-01 22:14:30 -05:00

4 lines
67 B
Elixir

Euler.Algebra.fact(100)
|> Euler.Algebra.digit_sum()
|> IO.puts()