shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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