shithub: MicroHs

ref: 03ca35304c8ded114ffca1929e9f83d5cc68a897
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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