-- Use 'putStrLn' to print ghci> putStrLn "Hello World!" Hello World! -- Type of 'putStrLn' function ghci> :t putStrLn putStrLn :: String -> IO ()