shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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