shithub: MicroHs

ref: 4bdb0c1286e7999f0dda6df5160337c02bc089b3
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

main :: IO ()
main = putStrLn "hello, world\n"