shithub: MicroHs

ref: 17d673ba6cfa68e25d9cc3703905db371311ad2e
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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