Fill in the blanks by clock

s=readChar("stdin",1e3);for(n in 0:99)s=sub("(.)
?(T.*)_","\\2\\1",s);cat(s)

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

download

return to the top page