asunder by uru

var x:array[char]of byte;c:char;begin
repeat read(c);inc(x[c])until eof;for c in[^\x01..^\x1a,^!..^:]do
writeln(c,':',x[c]:3)end.

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

download

return to the top page