Files
Estinien/app/Main.hs
2025-10-08 10:07:00 +02:00

6 lines
72 B
Haskell

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