mix lines by darefilz

using C=System.Console;class P{static void Main(){var s=C.In.ReadToEnd().Split('\n');for(int p=0;p<14;++p)foreach(var l in s)if(p<l.Length)C.Write(l[p]);}}

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

download

return to the top page