Skip to content

Instantly share code, notes, and snippets.

@L3viathan
Last active August 29, 2015 14:01
Show Gist options
  • Save L3viathan/8f27825481c671397b79 to your computer and use it in GitHub Desktop.
Save L3viathan/8f27825481c671397b79 to your computer and use it in GitHub Desktop.
Shortest SML quine I could come up with
(fn y=>(fn x=>(print(x^y^x^y))))(implode[chr(34)])"(fn y=>(fn x=>(print(x^y^x^y))))(implode[chr(34)])"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment