shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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