shithub: MicroHs

ref: 00fc2af73ae6c879aeb839a077ab772ed7e23c30
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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