License | MIT |
---|---|
Maintainer | @tylerjl |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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
- manualCodeFrom :: String -> Integer
Documentation
Return the manual code found at the indicated row and column |from human-readable input.