repeat line by uru

class _{public static void main(String[]x)throws Exception{String s="";int c,i=0;for(;0<(c=System.in.read());i++)s+=(char)c;for(;i-->1;)System.out.print(s);}}

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

download

return to the top page