caesar_cipher 1 "abc" | |
=> "bcd" | |
caesar_cipher 0 "abc" | |
=> "abc" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
caesar_cipher 1 "abc" | |
=> "bcd" | |
caesar_cipher 0 "abc" | |
=> "abc" |