shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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