rotate counterclockwise by teebee

a=readLines("stdin")
for(i in nchar(a[1]):1)cat(substr(a,i,i),"
",sep="")

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

download

return to the top page