Last active
December 28, 2015 15:20
-
-
Save tonyonodi/976cfa5d897ad05cf8f3 to your computer and use it in GitHub Desktop.
Even shorter quine
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
(y=x=>`(y=${y})()`)() | |
// if you want to alert it: | |
(y=x=>alert(`(y=${y})()`))() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment