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