Files
Tia/app/Main.hs
2026-03-29 21:29:52 +02:00

6 lines
79 B
Haskell

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