Created
December 8, 2012 11:05
-
-
Save daiksy/4239846 to your computer and use it in GitHub Desktop.
Project Euler Problem 20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(BigInt(100) to BigInt(1) by -1).reduce((x, y) => x * y).toString.toList.map(_.getNumericValue).sum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment