Alnum challenge by darefilz

class C{static void Main(){string o=new string('9',8000);System.Console.Write(o+"\n"+o);}}

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

download

return to the top page