feat: solve part 1

This commit is contained in:
Stevan Freeborn
2023-12-18 22:51:12 -06:00
parent e37fbc977c
commit 92e3e32d0b
4 changed files with 384 additions and 12 deletions
@@ -27,4 +27,16 @@
<ProjectReference Include="..\PointOfIncidence\PointOfIncidence.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\INPUT.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include=".\EXAMPLE.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>