Created
October 4, 2013 21:22
-
-
Save seeflanigan/6832991 to your computer and use it in GitHub Desktop.
Deep Thought
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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