adventofcode-0.1.0.0: Haskell solutions to adventofcode
Safe HaskellSafe-Inferred
LanguageHaskell2010

AoC

Synopsis

Documentation

solve :: Int -> Int -> Char -> [String] -> Maybe Text -> String #

Is there a nicer way to "dynamically" invoke these module functions based on year/day input? Maybe. But a big fat pattern match works, too. The small bit of glue between the outside world Main call and the solver functions.