snaus/exe/Main.hs
2024-03-03 19:01:26 +01:00

5 lines
67 B
Haskell

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