Day 23 part 1

This commit is contained in:
2018-12-23 06:48:41 +01:00
parent 6128917e02
commit fe7c9c828c
6 changed files with 1141 additions and 1 deletions

View File

@@ -56,6 +56,7 @@
<Compile Include="Day11.cs" />
<Compile Include="Day12.cs" />
<Compile Include="Day13.cs" />
<Compile Include="Day23.cs" />
<Compile Include="IDay.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -97,6 +98,9 @@
<Content Include="inputs\Day12.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="inputs\Day23.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="inputs\Day13.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>