Day08 part 1

This commit is contained in:
2018-12-11 21:02:22 +01:00
parent ef84354e66
commit e00c496a95
7 changed files with 184 additions and 2 deletions

View File

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