Skip to content

Instantly share code, notes, and snippets.

@lune-sta
Created August 18, 2012 23:45
Show Gist options
  • Select an option

  • Save lune-sta/3390385 to your computer and use it in GitHub Desktop.

Select an option

Save lune-sta/3390385 to your computer and use it in GitHub Desktop.
Project Euler 29
p (2..100).map{|a|(2..100).map{|b|a**b}}.flatten.uniq.size # 9183
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment