Skip to content

Latest commit

 

History

History
11 lines (5 loc) · 276 Bytes

README.md

File metadata and controls

11 lines (5 loc) · 276 Bytes

web-caesar

Rotates each letter of a string by specified number. For example, rotating 'abc' by 1 gives 'bcd', by 26 gives 'abc' again.

norotation

rotateby1

rotateby27