Skip to content

Instantly share code, notes, and snippets.

@tonymorris
Last active July 23, 2019 05:45
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 tonymorris/c54b9cedf93a91cc11228ba3b4c6d27f to your computer and use it in GitHub Desktop.
Save tonymorris/c54b9cedf93a91cc11228ba3b4c6d27f to your computer and use it in GitHub Desktop.
#!/usr/bin/env runhaskell
-- chmod +x script.hs
module Main where
import System.Environment
main :: IO ()
main =
do p <- getProgName
putStrLn p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment