Freedoc/app/Main.hs
2024-09-30 18:47:25 +03:00

5 lines
67 B
Haskell

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