shithub: MicroHs

ref: 90a309f6dda60b1d82444bdb7dddd182a2e1ecdc
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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