rotate lines reversely by 51b

import std.stdio;void main(){string s,t,u;for(;t=readln,t;u=t)s~=u;write(u~s);}

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

download

return to the top page