hello-world/haskell/helloworld.hs

2 lines
63 B
Haskell
Raw Normal View History

2024-04-04 21:01:46 +00:00
--compiles and runs successfully
2024-04-04 18:32:48 +00:00
main = putStrLn "Hello World!"