asunder by RiSK

a[];main(b){for(;isalpha(b=++a[getchar()])?printf("%c:%3d\n",b,a[b]):b%65;);}

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

download

return to the top page