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