perga/app/Main.hs
2024-10-05 13:31:09 -07:00

4 lines
67 B
Haskell

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