Initial commit - should have done this on day 1...

This commit is contained in:
2020-12-03 09:59:03 -06:00
commit f2545d7373
10 changed files with 1837 additions and 0 deletions

21
2020.csproj Normal file
View File

@ -0,0 +1,21 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>_2020</RootNamespace>
</PropertyGroup>
<ItemGroup>
<None Update="01input.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="02input.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="03input.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>