Added solution "Day 24: Never Tell Me The Odds", part 2

This commit is contained in:
2024-05-27 02:29:49 +02:00
parent 44caf3e21c
commit 3e3e1d45d3
2 changed files with 332 additions and 443 deletions

View File

@@ -81,7 +81,7 @@ end;
procedure TNeverTellMeTheOddsFullDataTestCase.TestPart2;
begin
AssertEquals(-1, FSolver.GetResultPart2);
AssertEquals(856642398547748, FSolver.GetResultPart2);
end;
{ TNeverTellMeTheOddsExampleTestCase }