Day01: Add input data and resolve

This commit is contained in:
2018-12-03 14:02:41 +01:00
parent ceb8132728
commit a56f250b82
3 changed files with 1041 additions and 6 deletions

View File

@@ -47,5 +47,10 @@
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="inputs\Day01.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>