rot13 by murky-satyr

(s=System).out<<(byte[])s.in.collect{c->c>64?c+13-26*(c%32/14as int):c}

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

download

return to the top page