shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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