asunder by shinh

a[];main(c,d){for(;~d;)a[d=getchar()]++;for(;++d<52;)c=d/26*6+d+65,printf("%c:%3d\n",c,a[c]);}

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

download

return to the top page