Day 6 solution

Took me a while to come to the fast solution, but I got there.
This commit is contained in:
2021-12-05 23:55:15 -06:00
parent b8848ab334
commit 2cc95c6e8e
4 changed files with 86 additions and 0 deletions

View File

@ -30,6 +30,9 @@
<None Update="inputs\05.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="inputs\06.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>