feat: create parser to parse game into model

This commit is contained in:
Stevan Freeborn
2023-12-02 10:41:00 -06:00
parent 8cc9c4b322
commit dc8bd473b9
7 changed files with 284 additions and 41 deletions
@@ -36,6 +36,6 @@ public class PartTwoPuzzleSolverTests
{
var input = await File.ReadAllLinesAsync("INPUT.txt");
var result = _sut.SumCalibrationValues(input);
result.Should().BeLessThan(54249);
result.Should().Be(54249);
}
}