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

Y2021.D13

Description

Solutions to the 2021 day 13 set of problems for adventofcode.com.

Synopsis

Documentation

parse13 :: Text -> (Set Point, [FoldGuide]) #

The parsing entrypoint turns puzzle input into the final form of a set of points.

part13A :: Text -> Int #

Solution to part A

part13B :: Text -> Maybe String #

Solution to part B