shithub: MicroHs

ref: 5a775ba5c21016d95a63844f21cd9727f7c69677
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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