asunder by murky-satyr

val s=io.Source.stdin.toSeq;for(c<-'A'to'z';n<-Seq(s.count(c==))if n>0)printf(c+":%3d\n",n)

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

download

return to the top page