Skip to content

Commit

Permalink
Day 8 solutions
Browse files Browse the repository at this point in the history
  • Loading branch information
elpollouk committed Dec 8, 2020
1 parent 9d48426 commit f1276a5
Show file tree
Hide file tree
Showing 4 changed files with 753 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Advent2020/Advent2020.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<Compile Include="Day03.cs" />
<Compile Include="Day04.cs" />
<Compile Include="Day05.cs" />
<Compile Include="Day08.cs" />
<Compile Include="Day07.cs" />
<Compile Include="Day06.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
Expand All @@ -100,12 +101,18 @@
<Content Include="Data\Day03_test.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Data\Day08.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Data\Day07.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Data\Day06.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Data\Day08_test.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Data\Day07_test2.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
Expand Down
Loading

0 comments on commit f1276a5

Please sign in to comment.