shithub: MicroHs

ref: 62044b52839f697afc20b623eb296488c02eaead
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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