onThreeLines :: String -> String -> String -> String
onThreeLines x y z = x ++ "\n" ++ y ++ "\n" ++ z

