Signed-off-by: Jack Bond-Preston <jackbondpreston@outlook.com>
This commit is contained in:
2021-12-12 02:27:33 +00:00
parent 1d05383548
commit d1a9c7516b
2 changed files with 0 additions and 4 deletions

2
5/5.hs
View File

@ -13,8 +13,6 @@ import qualified Data.Map as Map
type Coord = (Int, Int)
type LineEnds = (Coord, Coord)
type Grid = Map Coord Integer
int :: Parser Int
int = read <$> many1 digit