Added solution for "Day 19: Aplenty", part 1

This commit is contained in:
2023-12-20 11:41:17 +01:00
committed by Stefan Müller
parent b32a7345cb
commit c3019613bd
2 changed files with 265 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ end;
procedure TAplentyFullDataTestCase.TestPart1;
begin
AssertEquals(-1, FSolver.GetResultPart1);
AssertEquals(331208, FSolver.GetResultPart1);
end;
procedure TAplentyFullDataTestCase.TestPart2;