If given a letter from the set:
[abc...xyz]
and a shift, implement a shift cypher.
Example:
'abc'
with a shift of -1 yields
'zab'
1 player likes this problem
1 Comment
1 Comment