shithub: MicroHs

ref: 5fdd34ec0fceff293e621767b78110b94de92e46
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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