XOR Lines FIXED by bk1e

char x[99];i;main(c){for(;~(c=getchar());putchar(c<11?(i=0,c):(x[i++]^=c)));}

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

download

return to the top page