asunder by \

import Text.Printf
main=interact(\s->unlines[printf"%c:%3d"c$length[1|x<-s,x==c]|c<-['A'..'Z']++['a'..'z']])

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

download

return to the top page