Day07 part 1 statement and failing test.

This commit is contained in:
2018-12-07 06:22:16 +01:00
parent 4cffe19c3a
commit d940768d71
6 changed files with 207 additions and 1 deletions

View File

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