1 2 3 4 5 6
module Test2 where doit = putStrLn "You have run Test2.doit" main = putStrLn "You have run Test2.main"