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

Y2023.D04

Description

Solutions to the 2023 day 04 set of problems for adventofcode.com.

Synopsis

Documentation

part4A :: Text -> Int #

Solve for part A

score :: (Num a, Integral b) => b -> a #

part4B :: Text -> Int #

Solve for part B

parse4 :: Text -> [Int] #