module Main where import Prelude main :: IO () main = putStrLn "hello world!"