Skip to content

Instantly share code, notes, and snippets.

@hwiorn
Last active December 17, 2015 14:39
Show Gist options
  • Save hwiorn/5626121 to your computer and use it in GitHub Desktop.
Save hwiorn/5626121 to your computer and use it in GitHub Desktop.
euler 10번 문제
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