Day03: Statement, input data and failing test
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Day01.cs" />
|
||||
<Compile Include="Day02.cs" />
|
||||
<Compile Include="Day03.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
</ItemGroup>
|
||||
@@ -55,6 +56,9 @@
|
||||
<Content Include="inputs\Day02.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="inputs\Day03.txt">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
</Project>
|
||||
Reference in New Issue
Block a user