Print reversed ASCII by teebee

enum P{P;{try{for(int c=257;c-->0;)System.out.write(((char)(c==160?32:c==13?10:c==10?c--+22:c-c/256*5)+"").getBytes("UTF8"));}catch(Exception e){}}}

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

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page