shithub: MicroHs

ref: 8272bf381e1cec1ce3d8d5cca8984ecaa997d65b
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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