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:
2023-11-30 23:59:59 -06:00
parent 4547803969
commit 7c6694af02
5 changed files with 1091 additions and 2272 deletions

View File

@ -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>