Advertisement
B1KMusic

[CG] (99 chars) Rot 13 Code Golf

Sep 12th, 2016
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.10 KB | None | 0 0
  1. char s[1001],*t=s;main(){for(read(0,s,1001);*t;*t<65||*t>90||((*t+=13)>90&&(*t-=26)),t++);puts(s);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement