Files
LanguageBasics/HelloWorld/Haskell/helloworld.hs
2025-06-07 11:38:03 -04:00

3 lines
45 B
Haskell

main :: IO()
main = putStrLn "Hello, World!"