haddock2/app/Main.hs
2025-09-21 08:19:01 +02:00

4 lines
67 B
Haskell

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