This commit is contained in:
2018-12-26 22:42:08 +01:00
parent 4baf2246dd
commit 8d3fe2d163
6 changed files with 1033 additions and 1 deletions

View File

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