Day05: Statement and failing tests

This commit is contained in:
2018-12-05 09:33:36 +01:00
parent a61446686f
commit 1d345f110d
6 changed files with 80 additions and 1 deletions

View File

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