Reverse Bits FIXED by nn

(S=System).in.any{b->8.times{b=2*b|b>>it*2&1};S.out.out.out.write b}

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

download

return to the top page