Decode Caesar ciphers by nn

o=0;System.in.any{c->o=o?:359563%c;printf'%c',c>64&&c-95?(c%32+o)%26-~(c&96):c}

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

download

return to the top page