shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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