-- | 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!"
As of March 2020, School of Haskell has been switched to read-only mode.
-- | 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!"