shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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