feat: solve part 1 of puzzle 3

This commit is contained in:
Stevan Freeborn
2023-12-04 10:32:14 -06:00
parent d50b7c75ca
commit 9f2ccdf17f
6 changed files with 250 additions and 13 deletions
@@ -27,4 +27,10 @@
<ProjectReference Include="..\Scratchcards\Scratchcards.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\INPUT.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>