Main.hs 63 B

12345
  1. module Main where
  2. main :: IO ()
  3. main = putStrLn "Hi Haskell!"