Add solution for "Day 23: LAN Party", part 2

This commit is contained in:
2025-06-23 21:24:16 +02:00
parent f6b9e7b034
commit 958adde4a2
4 changed files with 112 additions and 7 deletions

View File

@@ -406,10 +406,10 @@ TEST_CASE("[LanPartyTests]")
TestContext test;
SECTION("FullData")
{
test.runFull(std::make_unique<LanParty>(), 1230, "");
test.runFull(std::make_unique<LanParty>(), 1230, "az,cj,kp,lm,lt,nj,rf,rx,sn,ty,ui,wp,zo");
}
SECTION("ExampleData")
{
test.runExample(std::make_unique<LanParty>(), 7, "");
test.runExample(std::make_unique<LanParty>(), 7, "co,de,ka,ta");
}
}