shithub: MicroHs

ref: 715436792787ecc3eef91d07b5563de8f159f8f5
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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