ca0a7e864bcf3c84736df25871da380d6825e514
[ghc-hetmet.git] / ghc / tests / ghci / prog001 / A.hs
1 module Main where
2
3 import B
4
5 main = print ("hello world" ++ show (f 42))