Skip to content

Instantly share code, notes, and snippets.

@amutake
Created January 17, 2020 01:33
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 amutake/71c1ded01f925727b7b770e6da65effe to your computer and use it in GitHub Desktop.
Save amutake/71c1ded01f925727b7b770e6da65effe to your computer and use it in GitHub Desktop.
Haskell GC
module Main where
main :: IO ()
main = do
putStrLn "Hello World"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment