module Main where import Header main :: IO () main = putStrLn "Hello, Haskell!"