shithub: MicroHs

ref: 0022e67752ae28fa0b99302cdf7f6adc08b5cda7
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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