feat: solve part 2

This commit is contained in:
Stevan Freeborn
2023-12-11 02:03:46 -06:00
parent 630576c065
commit 77e5ab8018
6 changed files with 138 additions and 7 deletions
+6
View File
@@ -27,4 +27,10 @@
<ProjectReference Include="..\PipeMaze\PipeMaze.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\INPUT.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>