Skip to content

Instantly share code, notes, and snippets.

@kana
Created January 11, 2013 09:52
Show Gist options
  • Save kana/4509386 to your computer and use it in GitHub Desktop.
Save kana/4509386 to your computer and use it in GitHub Desktop.
# 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