mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -05:00
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:
@ -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" />
|
||||
|
Reference in New Issue
Block a user