Skip to content

Instantly share code, notes, and snippets.

@fbs
Created March 28, 2011 19:10
Show Gist options
  • Save fbs/891065 to your computer and use it in GitHub Desktop.
Save fbs/891065 to your computer and use it in GitHub Desktop.
require 'prime'
require 'mathn'
Prime.each(600851475143/3) do |prime|
if ((600851475143%prime)) == 0
puts prime
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment