Skip to content

Instantly share code, notes, and snippets.

@an0
Created January 2, 2019 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save an0/f464b22da8c5960aee954aae5d253fdc to your computer and use it in GitHub Desktop.
Save an0/f464b22da8c5960aee954aae5d253fdc to your computer and use it in GitHub Desktop.
Swift Quine with debugDescription
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