join lines by znz

class a{public static void main(String[]v)throws Exception{int c;while(-1!=(c=System.in.read())){if(c!=10){System.out.print((char)c);}}}}

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

download

return to the top page