mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -05:00
Day 9 solution
This is ugly. I probably should've vec2'd this, made smarter move and follow logic that isn't a series of 'if's, and found a smarter way to calculate distance than my hackneyed vector distance, but it totally works so I'm rolling with it.
This commit is contained in:
@ -46,6 +46,8 @@
|
||||
<EmbeddedResource Include="inputs\08a.txt" />
|
||||
<EmbeddedResource Include="inputs\09.txt" />
|
||||
<None Remove="inputs\10.txt" />
|
||||
<EmbeddedResource Include="inputs\09a.txt" />
|
||||
<EmbeddedResource Include="inputs\09b.txt" />
|
||||
<EmbeddedResource Include="inputs\10.txt" />
|
||||
<None Remove="inputs\11.txt" />
|
||||
<EmbeddedResource Include="inputs\11.txt" />
|
||||
|
Reference in New Issue
Block a user