shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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