matebeamter/src/Main.hs
2019-09-07 01:57:25 +02:00

5 lines
67 B
Haskell

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