Add solution for "Day 11: Plutonian Pebbles", part 2
This commit is contained in:
@@ -124,11 +124,11 @@ TEST_CASE("[PlutonianPebblesTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.run(std::make_unique<PlutonianPebbles>(), 220999, 0, test.getInputPaths());
|
||||
test.run(std::make_unique<PlutonianPebbles>(), 220999, 261936432123724, test.getInputPaths());
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.run(std::make_unique<PlutonianPebbles>(), 55312, 0, test.getExampleInputPaths());
|
||||
test.run(std::make_unique<PlutonianPebbles>(), 55312, 65601038650482, test.getExampleInputPaths());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user