shithub: MicroHs

ref: 3315eb67d566ea09448c4c42004f2667de019c19
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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