Created
November 16, 2009 13:38
-
-
Save tobiashm/235971 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"G FMNC RM UGL UGRF LMRFGLE AMLACYJCB MP FCJB ZYAI DSJJ DPMLRYJ".split('').map(function(c) c == " " ? c : String.fromCharCode((c.charCodeAt() - 63) % 26 + 65)).join(''); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment