Color Inversion by Hendrik

for(;p=readline();)print("#"+(33554431^"0x"+p.slice(1)).toString(16).slice(1))

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

download

return to the top page