shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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