shithub: MicroHs

ref: 7c24fe55b54606cac3ff76c7fd481bdcd76ebf32
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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