shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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