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

Y2015.D25

Description

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

Implements a simple function to return the machine code at a position indicated by plaintext input for a row and column.

Synopsis

Documentation

manualCodeFrom #

Arguments

:: String

Plaintext instruction input.

-> Integer

Numerical code found at the indicated position.

Return the manual code found at the indicated row and column |from human-readable input.