-- | The entry point of the executable module Main where import Months -- | Entry point main :: IO () main = print meanMonth -- Print the result of meanMonth to the console