Color Inversion by twobit

main(i){for(;~scanf("#%x ",&i);)printf("#%06x\n",(1<<24)+~i);}

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

download

return to the top page