rot13 by tabasa

main(c){for(;read(0,&c,1);putchar(c+(13-c%32/14*26)*(c>>6)));}

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

download

return to the top page