shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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