hcdu/app/Main.hs
2023-10-12 15:01:36 +02:00

5 lines
67 B
Haskell

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