rot13 by hinoe

main(c){for(;read(0,&c,1);)putchar(c+=c>64?13^-c%32/14*2:0);}

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

download

return to the top page