import Language.Fay.Prelude main = do x <- return "Hello, World!" >>= return putStrLn x