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