Add solution for "Day 13: Claw Contraption", part 2
This commit is contained in:
@@ -212,11 +212,11 @@ TEST_CASE("[ClawContraptionTests]")
|
||||
TestContext test;
|
||||
SECTION("FullData")
|
||||
{
|
||||
test.run(std::make_unique<ClawContraption>(), 36571, 0, test.getInputPaths());
|
||||
test.run(std::make_unique<ClawContraption>(), 36571, 85527711500010, test.getInputPaths());
|
||||
}
|
||||
SECTION("ExampleData")
|
||||
{
|
||||
test.run(std::make_unique<ClawContraption>(), 480, 0, test.getExampleInputPaths());
|
||||
test.run(std::make_unique<ClawContraption>(), 480, 875318608908, test.getExampleInputPaths());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user