-
-
Save up1/64413709f39758f0ba42 to your computer and use it in GitHub Desktop.
Lab haskell at SPRINT3R
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
| == Hello World == | |
| module Main where | |
| main :: IO() | |
| main = do | |
| putStrLn "Hello World" | |
| Compile and Executable | |
| $ghc -o hello hello.hs | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment