rot13 by Zauberer

main(n){for(;n=getchar()+1;)putchar(n-(n>64?n%32>14?14:-12:1));}

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

download

return to the top page