shithub: MicroHs

ref: ed3945c7e638a34c489c5cc00b6f460f4b66801c
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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