module Main (main) where main :: IO () main = do putStrLn "Hello from Haskell"