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

Y2015.D12

Description

Solutions to the day 12 set of problems for adventofcode.com.

Synopsis

Documentation

jsonSum #

Arguments

:: ByteString

JSON input string

-> Int

Summation of all nested numeric values

Sum all numbers in a JSON-like structure

jsonSumFixed #

Arguments

:: ByteString

JSON input string

-> Int

Summation of all nested numeric values

Sums all numbers in a JSON-like structure with a specific filter