mirror of
https://github.com/parnic/advent-of-code-2023.git
synced 2025-06-16 08:40:14 -05:00
Day 23
Having some serious grid/pathfinding fatigue here. Part 2 is slow, but, like...I'm fine with it.
This commit is contained in:
@ -75,6 +75,14 @@
|
||||
<EmbeddedResource Include="inputs\20b.txt" />
|
||||
<EmbeddedResource Include="inputs\21.txt" />
|
||||
<EmbeddedResource Include="inputs\21a.txt" />
|
||||
<None Remove="inputs\22.txt" />
|
||||
<EmbeddedResource Include="inputs\22.txt" />
|
||||
<None Remove="inputs\22a.txt" />
|
||||
<EmbeddedResource Include="inputs\22a.txt" />
|
||||
<None Remove="inputs\23.txt" />
|
||||
<EmbeddedResource Include="inputs\23.txt" />
|
||||
<None Remove="inputs\23a.txt" />
|
||||
<EmbeddedResource Include="inputs\23a.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Reference in New Issue
Block a user