Skip to content

Instantly share code, notes, and snippets.

@gsastry
Created June 23, 2014 18:18
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 gsastry/19ffef6463860d36e08e to your computer and use it in GitHub Desktop.
Save gsastry/19ffef6463860d36e08e to your computer and use it in GitHub Desktop.
Simple haskell quine
main = putStr s >> print s
s = "main = putStr s >> print s\ns = "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment