shithub: MicroHs

ref: 653921c9a3819e1b0260f72ef1e2eb44db8a34fc
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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