shithub: MicroHs

ref: 06bf930a5d03a8b164bf0f3707dbf35a830ea507
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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