shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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