Skip to content

Instantly share code, notes, and snippets.

@seeflanigan
Created October 4, 2013 21:22
Show Gist options
  • Save seeflanigan/6832991 to your computer and use it in GitHub Desktop.
Save seeflanigan/6832991 to your computer and use it in GitHub Desktop.
Deep Thought
num = 1000000000000000000000000000000000000000000
(0..100).each_with_index {|n, i| puts n if num == 10 ** n }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment