shithub: MicroHs

ref: 68ad75d957e8ea0fab50b3ca8884f9927dd5ebbe
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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