asunder by samuil

puts$<.each_byte.group_by{|a|a}.map{|a,b|"%c:%3d"%[a,b.size]}.sort[1,52]

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page