shithub: MicroHs

ref: 3052533937e495329ba39ab8fba055956d152d17
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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