shithub: MicroHs

ref: 802ad10c52a618a1b32598db35732c7a03bf978b
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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