feat: solve part 1...summing to zero is bad check when neg nums are present

This commit is contained in:
Stevan Freeborn
2023-12-09 20:55:02 -06:00
parent 86fda4a81f
commit 8727f9e469
4 changed files with 215 additions and 7 deletions
@@ -27,4 +27,10 @@
<ProjectReference Include="..\MirageMaintenance\MirageMaintenance.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\INPUT.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>