Skip to content

Commit

Permalink
Quine in Haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
makenowjust committed Feb 26, 2015
1 parent ce053ce commit 626e7cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions quine.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
main = putStrLn $ s ++ show s
where
s = "main = putStrLn $ s ++ show s\n where\n s = "

0 comments on commit 626e7cc

Please sign in to comment.