feat: solve part 1 and part 2

This commit is contained in:
Stevan Freeborn
2023-12-16 20:36:09 -06:00
parent 578681451b
commit e7af72913a
4 changed files with 320 additions and 12 deletions
@@ -27,4 +27,10 @@
<ProjectReference Include="..\CosmicExpansion\CosmicExpansion.csproj" />
</ItemGroup>
<ItemGroup>
<Content Include="..\INPUT.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>