-- Intended to test that the plugins have basic functionality -- -- * Can modify the program -- * Get to see command line options module Main where main = do putStrLn "Program Started" putStrLn "Program Ended"