Lower ASCII value by clock

for(s in strsplit(readLines("stdin"),"")){for(x in(1+0:length(s))[!1:0])cat(sort(s[x-0:1])[1]);cat("
")}

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

download

return to the top page