puts $<.read.scan(/\w+/).group_by(&:itself).map {|a, b| '%s %d' % [a, b.size]}
Hoge Fuga Foo Fuga Foo Hoge Bar Fuga
Hoge 2 Fuga 3 Foo 2 Bar 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!