This commit is contained in:
2018-12-23 19:21:11 +01:00
parent d30b568cc6
commit 4baf2246dd
6 changed files with 294 additions and 1 deletions

View File

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