shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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