shithub: MicroHs

ref: 1b9bdf04bb2f42b0dda89ecbbdd1c84fa21166f9
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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