mirror of
https://github.com/parnic/advent-of-code-2022.git
synced 2025-06-16 13:40:13 -05:00
Day 10 solution
Pretty happy with this solution. Took me longer to read and understand part 2 than I would have liked, but it's done, and pretty cleanly, too.
This commit is contained in:
@ -50,6 +50,8 @@
|
||||
<EmbeddedResource Include="inputs\09b.txt" />
|
||||
<EmbeddedResource Include="inputs\10.txt" />
|
||||
<None Remove="inputs\11.txt" />
|
||||
<EmbeddedResource Include="inputs\10a.txt" />
|
||||
<EmbeddedResource Include="inputs\10b.txt" />
|
||||
<EmbeddedResource Include="inputs\11.txt" />
|
||||
<None Remove="inputs\12.txt" />
|
||||
<EmbeddedResource Include="inputs\12.txt" />
|
||||
|
Reference in New Issue
Block a user