packages feed

fortytwo-0.0.1: src/FortyTwo/TheAnswerToEverything.hs

module FortyTwo.TheAnswerToEverything
    (
      theAnswerToEverything
    ) where

-- | The answer to everything in the universe
theAnswerToEverything :: Int
theAnswerToEverything = 42