Skip to content

Instantly share code, notes, and snippets.

@lune-sta
Created August 15, 2012 02:46
Show Gist options
  • Save lune-sta/3355214 to your computer and use it in GitHub Desktop.
Save lune-sta/3355214 to your computer and use it in GitHub Desktop.
Project Euler 24
puts (0..9).to_a.permutation(10).to_a[1000000-1].join
# 2783915460
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment