shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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