Created
January 11, 2013 09:52
-
-
Save kana/4509386 to your computer and use it in GitHub Desktop.
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
# coding: utf-8 | |
june29 = 'おおわだじゅん' | |
(1..140).each do | |
print june29[Random.rand(june29.length)] | |
end | |
print "\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment