Extract Combinations method to AdventOfCode.Extensions and refactor usages to improve modularity and reduce duplication

This commit is contained in:
Sebastian Lindemeier
2025-12-12 12:35:01 +01:00
parent d92293f631
commit d0b612154a
7 changed files with 75 additions and 69 deletions
+1
View File
@@ -8,6 +8,7 @@
<ItemGroup>
<ProjectReference Include="..\AdvenOfCode.Contracts\AdvenOfCode.Contracts.csproj" />
<ProjectReference Include="..\AdventOfCode.Extensions\AdventOfCode.Extensions.csproj" />
</ItemGroup>
<ItemGroup>