Skip to content

Instantly share code, notes, and snippets.

@aptinio
Created November 4, 2009 10:29
Show Gist options
  • Save aptinio/225954 to your computer and use it in GitHub Desktop.
Save aptinio/225954 to your computer and use it in GitHub Desktop.
Project Euler Problem 7
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