rot13 by murky-satyr

for(i=7;i--;print(o))for([,x]in readline(o=''))o+=(c=x.charCodeAt())>64?String.fromCharCode(c+13-26*(c%32>13)):x

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

download

return to the top page