join lines by chiz

class A{public static void main(String[]a)throws Exception{int i=1; while(i>0){i=System.in.read();System.out.print(i>10?(char)i:"");}}}

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

download

return to the top page