Day04: Statement and failing tests

This commit is contained in:
2018-12-04 09:24:46 +01:00
parent e3756dd4ab
commit 860d92c25e
6 changed files with 1137 additions and 1 deletions

View File

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