fay-0.24.2.0: tests/where.hs
module Where where
main = putStrLn $ "Hello " ++ friends ++ family
where friends = "my friends"
family = " and family"
module Where where
main = putStrLn $ "Hello " ++ friends ++ family
where friends = "my friends"
family = " and family"