module Hello(main) where import Prelude main :: IO () main = putStrLn "hello, world\n"