Added missing test value for day 14, part 1

This commit is contained in:
Stefan Müller 2023-12-14 20:47:46 +01:00 committed by Stefan Müller
parent f9583e684d
commit 637e7aedad
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ end;
procedure TParabolicReflectorDishFullDataTestCase.TestPart1;
begin
AssertEquals(-1, FSolver.GetResultPart1);
AssertEquals(103614, FSolver.GetResultPart1);
end;
{ TParabolicReflectorDishExampleTestCase }