adventofcode-0.1.0.0: Haskell solutions to adventofcode
LicenseMIT
Maintainer@tylerjl
Safe HaskellSafe-Inferred
LanguageHaskell2010

Y2018

Description

Solutions to the set of problems for adventofcode.com.

Each day is broken up into an individual module with accompaying spec tests and (possibly?) benchmarks. Each day's module exports are re-exported here for convenience when importing Y2018 et. al.

Documentation

module Y2018.D05

module Y2018.D04

module Y2018.D03

module Y2018.D02

module Y2018.D01