XOR Lines FIXED by teebee(nn)

a=[i=0]*100
System.in.any{c->printf'%c',c-10?a[i++]^=c:c+(i=0)}

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

download

return to the top page