Skip to content

Latest commit

 

History

History

2020.12-rot13

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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]);}