feat(*): Add 2021-14 files (part 1 not working, part 2 not attempted)

This commit is contained in:
Josh Creek
2021-12-14 10:07:56 +00:00
parent eb2ef8717f
commit 58cd160e82
5 changed files with 200 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>_14</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<None Update="input.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>