Day 8 solution

I'm sure there's a cleaner way to search in four directions rather than manually running each loop like this, but I didn't want to mess with genericizing it just yet.
This commit is contained in:
2022-12-08 10:31:32 -06:00
parent 8f9b147913
commit 34783e647e
4 changed files with 264 additions and 200 deletions

View File

@ -42,6 +42,7 @@
<EmbeddedResource Include="inputs\07a.txt" />
<EmbeddedResource Include="inputs\08.txt" />
<None Remove="inputs\09.txt" />
<EmbeddedResource Include="inputs\08a.txt" />
<EmbeddedResource Include="inputs\09.txt" />
<None Remove="inputs\10.txt" />
<EmbeddedResource Include="inputs\10.txt" />