Alnum challenge by Roy van Rijn

class h{public static void main(String[]a){String e="";for(int i=8000;i-->0;e+="9");System.out.println(e+"\n"+e);}}

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

download

return to the top page