Day06 part1 statement and failing test

This commit is contained in:
2018-12-06 22:27:42 +01:00
parent 08217c79c7
commit bb757f891a
6 changed files with 162 additions and 1 deletions

View File

@@ -48,6 +48,7 @@
<Compile Include="Day03.cs" />
<Compile Include="Day04.cs" />
<Compile Include="Day05.cs" />
<Compile Include="Day06.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
@@ -67,6 +68,9 @@
<Content Include="inputs\Day05.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="inputs\Day06.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>