Created
May 6, 2013 07:09
-
-
Save hiroshi-maybe/5523746 to your computer and use it in GitHub Desktop.
Minimum quine on Haskell.
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
| 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