tests: add tests for GearRatios challenge for actual puzzle input

This commit is contained in:
Stevan Freeborn
2023-12-03 23:22:44 -06:00
parent e3f5aeaa97
commit d50b7c75ca
2 changed files with 18 additions and 0 deletions
@@ -27,4 +27,10 @@
<ProjectReference Include="..\GearRatios\GearRatios.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\INPUT.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>