1
0
portfolio/app/Main.hs
2025-08-09 10:20:03 +02:00

5 lines
67 B
Haskell

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