shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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