Day 7 solution

I'm reasonably happy with this one. I'm sure there's an easier way to determine the smallest distance, at least for part 1, but this works fast enough for me.
This commit is contained in:
2021-12-07 07:56:11 -06:00
parent 2cc95c6e8e
commit cfb3c668c7
4 changed files with 64 additions and 0 deletions

View File

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