shithub: MicroHs

ref: 0e0fb3a05f851c0485a4ddd5ba7cdc6ddb9e87f9
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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