module Main where defaultMain :: IO () defaultMain = putStrLn "Hello haskell" main :: IO () main = defaultMain