shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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