shithub: MicroHs

ref: 7ae7d07f0b97bce384239c1f7c1ae4d407e7524c
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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