shithub: MicroHs

ref: 0bd4a33636f6b3dc55da9d84ee3adb3462acb5d2
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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