shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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