Created
November 4, 2009 10:29
-
-
Save aptinio/225954 to your computer and use it in GitHub Desktop.
Project Euler Problem 7
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
require 'mathn' | |
prime = Prime.new | |
10_000.times {prime.succ} | |
prime.succ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment