-- | Main entry point to the application. module Main where -- | The main entry point. main :: IO () main = do putStrLn "Welcome to FP Haskell Center!" putStrLn "Have a good day!"