Created
December 1, 2016 03:42
-
-
Save ncaq/5225712d7e73b6a897c6531c377e8466 to your computer and use it in GitHub Desktop.
2014-04に記述,haskellによるquine
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 :: IO () | |
| main = (\x -> putStr x >> print x) "main :: IO ()\nmain = (\\x -> putStr x >> print x) " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment