Read Diagonally by clock

using C=System.Console;class R{static void Main(){var a="";for(int i=-1;;C.Write(a[i=++i<a.Length?i:0]))a=C.ReadLine();}}

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

download

return to the top page