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