Skip to content

Instantly share code, notes, and snippets.

@tanatana
Created October 24, 2012 04:30
Show Gist options
  • Save tanatana/3943839 to your computer and use it in GitHub Desktop.
Save tanatana/3943839 to your computer and use it in GitHub Desktop.
クックパッドエンジニア
ruby -e 'str = ""; 140.times do str += "クックパッドエンジニア".split(//).sample end; p str'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment