rot13 by ais523

main(c){for(;c=getchar()+1;putchar(c))c-=c>65?c%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