shithub: MicroHs

ref: dda68ddb858f384a2d660af1f46b9f928bb048fb
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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