module Main where import SafeRecomp02_A f :: Int f = 1 main :: IO () main = putStrLn $ show $ f + g