shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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