Haskell Hello, World code example Example: hello world in haskell main :: IO () main = putStrLn "Hello, World!"