shithub: MicroHs

ref: 68db361d357d02a1616037a92b7be59cea625944
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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