duplicate lines by Mark Byers

using C=System.Console;class A{static void Main(){for(;;C.Write("{0}\n{0}\n",C.ReadLine().Clone()));}}

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

download

return to the top page