Skip to content

Instantly share code, notes, and snippets.

@onteria
Created May 14, 2012 04:08
Show Gist options
  • Save onteria/2691743 to your computer and use it in GitHub Desktop.
Save onteria/2691743 to your computer and use it in GitHub Desktop.
ぎゃーてーぎゃーてー!!!
#/usr/bin/env ruby
# encoding: UTF-8
stream = $stdin
stream.each do | line |
puts line.chomp!.split(//).join(" ") + ' ! !'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment