shithub: MicroHs

ref: 52088bbfd240e01c2bd172504df1920853f5538b
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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