Color Inversion by orangetide

main(c,d){for(;d=getchar(),c=~d;)putchar(d<36?d:d>53&&d<58?c+112:c+151);}\x0d

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

download

return to the top page