Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 269 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 269 Bytes

R is for rot13

Slightly improved one-liner from Dave Burton.

Special

And a longer but interesting version I made:

main(c){for(;~(c=getchar());)putchar(c+45-"----- :"[(c&-33)/13%15%10%7]);}