module Main (main) where import B (foo) main :: IO () main = print foo