Reverse Bits FIXED by pooq

sum((a:?char\-int(?read\-char()),?princ(ascii(sum(fix(mod(a/2^i,2))*2^(7-i),i,0,7)))),i,1,3000);

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

download

return to the top page