shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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