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

Y2015.D08

Description

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

Synopsis

Documentation

difference #

Arguments

:: String

Input string with escapes

-> Int

Unescaped length difference

Finds the length difference between escaped and unescaped string

encoded #

Arguments

:: String

Input string with escapes

-> Int

Length difference to encoded string

Same as encoded, but different