shithub: MicroHs

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

View raw version
module Hello(main) where
import Prelude

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