rotate lines reversely by saiya

using C=System.Console;class m{static void Main(){string s,t,u;for(s=t=u=null;null!=(t=C.ReadLine());u=t)s+=u+"\n";C.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