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