shithub: MicroHs

ref: 4b9689b5942b62cc16a95ff130650418597eb4a8
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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