shithub: MicroHs

ref: 3615a8ce9a9e27a9ef9223244243ee0dd08ddc23
dir: /tests/Hello.hs/

View raw version
module Hello(main) where
import Prelude

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