Skip to content

Instantly share code, notes, and snippets.

@lune-sta
Created August 24, 2012 17:34
Show Gist options
  • Select an option

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

Select an option

Save lune-sta/3453249 to your computer and use it in GitHub Desktop.
Project Euler 34
p (3...(1..9).inject(1,:*)*9).select{|a|a==a.to_s.split(//).map{|b|(1..b.to_i).inject(1,:*)}.inject(0,:+)}.inject(0,:+) # 40730
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment