[project @ 1996-07-26 20:58:52 by partain]
[ghc-hetmet.git] / ghc / misc / examples / posix / po002 / Main.hs
1 import Posix
2
3 main =
4     executeFile "printenv" True [] (Just [("ONE","1"),("TWO","2")])