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

Y2023

Description

Solutions to the set of problems for adventofcode.com.

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

Documentation

module Y2023.D04

module Y2023.D03

module Y2023.D02

module Y2023.D01