Created
January 2, 2019 16:38
-
-
Save an0/f464b22da8c5960aee954aae5d253fdc to your computer and use it in GitHub Desktop.
Swift Quine with debugDescription
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
let s=";print(\"let s=\"+s.debugDescription+s)";print("let s="+s.debugDescription+s) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment