Skip to content

Instantly share code, notes, and snippets.

@hwiorn
Last active December 17, 2015 14:38
Show Gist options
  • Save hwiorn/5625534 to your computer and use it in GitHub Desktop.
Save hwiorn/5625534 to your computer and use it in GitHub Desktop.
euler 7번 문제
println(Stream.from(2).filter{BigInt(_).isProbablePrime(8)}(10001-1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment