shithub: MicroHs

ref: 5beab480f8405138d16dd1bffcd56d67cbc2335e
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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