smokinjoe / advent-of-code-2023

Created with CodeSandbox
https://codesandbox.io/p/github/smokinjoe/advent-of-code-2023
0 stars 0 forks source link

Need to allow for n amount of input data #31

Closed smokinjoe closed 8 months ago

smokinjoe commented 9 months ago

With https://adventofcode.com/2023/day/8#part2 I have too many data inputs to handle!

Part One had two examples while Part Two had only one example - but because of the way I structured the seeding and fetching of data, I can't have more than Part one and Part two example data (without really fudging it)