Read Diagonally by Hendrik

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

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

download

return to the top page