churf/src/Main.hs
2023-01-17 15:34:32 +01:00

4 lines
67 B
Haskell

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