shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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