Skip to content

Instantly share code, notes, and snippets.

@hiroshi-maybe
Created May 6, 2013 07:09
Show Gist options
  • Select an option

  • Save hiroshi-maybe/5523746 to your computer and use it in GitHub Desktop.

Select an option

Save hiroshi-maybe/5523746 to your computer and use it in GitHub Desktop.
Minimum quine on Haskell.
main=putStr$q++show q;q="main=putStr$q++show q;q="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment