asunder by 51b

import std.stdio;int[128]a;int n=30;void main(){a[getchar+1]++<n&&main;a[++n]&&printf("%c:%3d
",n-1,a[n]);}

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

download

return to the top page