This commit is contained in:
2018-12-13 23:36:41 +01:00
parent af57ea329a
commit e9139526a5
6 changed files with 311 additions and 1 deletions

View File

@@ -53,6 +53,7 @@
<Compile Include="Day08.cs" />
<Compile Include="Day09.cs" />
<Compile Include="Day10.cs" />
<Compile Include="Day11.cs" />
<Compile Include="IDay.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
@@ -85,6 +86,9 @@
<Content Include="inputs\Day09.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="inputs\Day11.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="inputs\Day10.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>