module T2 where

import Data.List (unwords)

-- >>> unwords example
-- "This is an example of evaluation"
example :: [String]
example = ["This","is","an","example","of","evaluation"]