Last active
December 17, 2015 14:39
-
-
Save hwiorn/5626121 to your computer and use it in GitHub Desktop.
euler 10번 문제
This file contains hidden or 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
println((2L to 2000000L).filter(BigInt(_).isProbablePrime(1000)).sum) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment