ref: cacb728f409560a716530fa08547131dc6a07220 dir: /tests/Hello.hs/
module Hello(main) where import Prelude main :: IO () main = putStrLn "hello, world\n"