Created
September 14, 2018 18:59
-
-
Save neoPix/aab8cb5e83939b1662cec130310b05bc to your computer and use it in GitHub Desktop.
Code chalenge
This file contains hidden or 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
| https://twitter.com/malwareunicorn/status/1040626508295884806 |
This file contains hidden or 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
| '70 66 6d 67 23 6d 76 67 66 70 2d'.split(' ').map(part => parseInt(part, 16)).map(value => value ^ 3).map(code => String.fromCodePoint(code)).join('') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment