Returns a Haskell List of strings splitted by \n lines :: String -> [String]

lines "string"