svitak/app/Main.hs
2026-01-21 01:23:54 +00:00

4 lines
74 B
Haskell

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