mirror of
https://github.com/parnic/advent-of-code-2023.git
synced 2025-06-16 08:40:14 -05:00
Day 11
I've got an off-by-one in ExpandGrid that only seems to affect expanding by more than one. I don't know what that is yet.
This commit is contained in:
@ -52,6 +52,8 @@
|
||||
<EmbeddedResource Include="inputs\09a.txt" />
|
||||
<EmbeddedResource Include="inputs\10.txt" />
|
||||
<EmbeddedResource Include="inputs\10a.txt" />
|
||||
<EmbeddedResource Include="inputs\11.txt" />
|
||||
<EmbeddedResource Include="inputs\11a.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user