churf/app/Main.hs
2023-01-17 11:42:40 +01:00

4 lines
67 B
Haskell

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