rot13 by nn

for(i=7;i--;print(o))for([,x]in readline(o=''))o+=(c=x.charCodeAt()+2)>66?String.fromCharCode(c&16?c-15:c+11):x

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

download

return to the top page