shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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