[project @ 2002-11-18 10:45:45 by simonmar]
[ghc-hetmet.git] / ghc / tests / ghci / prog002 / D.hs
1 module Main where
2
3 import C
4
5 main = print ("hello world" ++ show (f 42))