Source Code: ```haskell main :: IO () main = putStrLn "Hello World!" ``` Output: ```shell Error[error]: