Skip to content

Instantly share code, notes, and snippets.

@ktustanowski
Last active August 9, 2017 06:04
Show Gist options
  • Save ktustanowski/416a1ff95c0880ab7e7e6920037f7706 to your computer and use it in GitHub Desktop.
Save ktustanowski/416a1ff95c0880ab7e7e6920037f7706 to your computer and use it in GitHub Desktop.
let s01e01Encrypted = "ZHOFRPH WR JUDYLWB IDOOV"
let s01e01Decrypted = ShiftLettersDecryptor(shift: -3).decrypt(s01e01Encrypted)
print(s01e01Decrypted!) // welcome to gravity falls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment