ascending chars by teebee

y:"";12K.times{x:stdin.get_s(1);y=x<" "||y<x?print(x)||x:y;}

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

download

return to the top page