shithub: MicroHs

ref: 6b608927ecf00942c7182df14636237dddcd45cc
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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