shithub: MicroHs

ref: 53362c02342a4582377af1b586ac92f11c6a8d1c
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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