canvas/app/Main.hs
2020-02-01 16:09:09 +01:00

4 lines
67 B
Haskell

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