asunder by inaniwa

t[];main(c){for(;~c;)t[c=getchar()]++;for(c=64;c++<'z';)t[c]&&printf("%c:%3d\n",c,t[c]);}

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

download

return to the top page