eidolon2/app/Main.hs
2020-01-14 19:00:19 +01:00

5 lines
67 B
Haskell

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