Day12 part 1

This commit is contained in:
2018-12-14 07:13:05 +01:00
parent e9139526a5
commit cd6a78eb75
6 changed files with 287 additions and 1 deletions

View File

@@ -54,6 +54,7 @@
<Compile Include="Day09.cs" />
<Compile Include="Day10.cs" />
<Compile Include="Day11.cs" />
<Compile Include="Day12.cs" />
<Compile Include="IDay.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -92,6 +93,9 @@
<Content Include="inputs\Day10.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="inputs\Day12.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>