module T3 where


-- >>> import Data.List (unwords)
-- >>> unwords example
example :: [String]
example = ["This","is","an","example","of","evaluation"]