Skip to content

Instantly share code, notes, and snippets.

@ncaq
Created December 1, 2016 03:42
Show Gist options
  • Select an option

  • Save ncaq/5225712d7e73b6a897c6531c377e8466 to your computer and use it in GitHub Desktop.

Select an option

Save ncaq/5225712d7e73b6a897c6531c377e8466 to your computer and use it in GitHub Desktop.
2014-04に記述,haskellによるquine
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