aoc2017-0.1.0.0: Advent of Code 2017 - my answers

Safe HaskellSafe
LanguageHaskell2010

Day2

Description

 

Synopsis

Documentation

readSpreadsheet :: String -> [[Int]] Source #

The readSpreadsheet function splits lines to rows and spaces to columns.