Carriage no return by pooq

class A{static{try{String s="",t="";for(int a;0<(a=System.in.read());){t+=(char)a;if(a>10)s+=" ";else{System.out.print(t+s);t="";}}}catch(Exception _){}}}

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

download

return to the top page