Skip to content

Instantly share code, notes, and snippets.

@zwpp
Last active March 17, 2016 06:50
Show Gist options
  • Save zwpp/9b5bcea58da232b8a9e7 to your computer and use it in GitHub Desktop.
Save zwpp/9b5bcea58da232b8a9e7 to your computer and use it in GitHub Desktop.
zzzzd = %w(ズン ズン ズン ズン ドコ)
zd = zzzzd.uniq
out = []
until out == zzzzd
out.shift
puts out[zzzzd.length-1] = zd.sample
end
puts 'kys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment