mateamt/src/Main.hs
2019-03-22 22:34:01 +01:00

5 lines
67 B
Haskell

module Main where
main :: IO ()
main = putStrLn "Hello, Haskell!"