mirror of
https://github.com/parnic/advent-of-code-2023.git
synced 2025-06-16 08:40:14 -05:00
Day 1
It's messy and it took me a frighteningly long time to get part 2 correct (not a good sign...) but it is finished.
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
<ItemGroup>
|
||||
<None Remove="inputs\01.txt" />
|
||||
<None Remove="inputs\01a.txt" />
|
||||
<None Remove="inputs\01b.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
@ -33,4 +34,8 @@
|
||||
<EmbeddedResource Include="inputs\01a.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="inputs\01b.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user