shithub: MicroHs

ref: 710cdc24bd4414f87ab216bdc1575a92376acdda
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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