Added solution for "Day 6: Wait For It", part 2

This commit is contained in:
2023-12-06 12:45:23 +01:00
committed by Stefan Müller
parent 93f6ceb1db
commit 2af4cf78b5
2 changed files with 32 additions and 13 deletions

View File

@@ -62,7 +62,7 @@ end;
procedure TWaitForItFullDataTestCase.TestPart2;
begin
AssertEquals(-1, FSolver.GetResultPart2);
AssertEquals(30077773, FSolver.GetResultPart2);
end;
{ TWaitForItExampleTestCase }
@@ -79,7 +79,7 @@ end;
procedure TWaitForItExampleTestCase.TestPart2;
begin
AssertEquals(-1, FSolver.GetResultPart2);
AssertEquals(71503, FSolver.GetResultPart2);
end;
initialization