shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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