shithub: MicroHs

ref: 338af88cbe5c77222dfa1154073eaa423fece176
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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