Skip to content

Instantly share code, notes, and snippets.

@ekarayel
Created September 8, 2015 20:26
Show Gist options
  • Save ekarayel/c9443fb14ae50c357459 to your computer and use it in GitHub Desktop.
Save ekarayel/c9443fb14ae50c357459 to your computer and use it in GitHub Desktop.
Haskell Quine
main = putStrLn (s ++ show s) where s = "main = putStrLn (s ++ show s) where s = "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment