shithub: MicroHs

ref: d9fc25c562a5048599bad0c8040675169687f361
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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