shithub: MicroHs

ref: 46692162a05ded2667d2671f9f4aa047cddf78be
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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