shithub: MicroHs

ref: 973191894600f77c52b773c4711111038bbf0ec2
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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