join lines by mskzzzz

class J{public static void main(String[]a)throws Exception{int c;do{c=System.in.read();if(c!=10)System.out.write(c>0?c:10);}while(c>0);}}

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

download

return to the top page