2018 Day 02 incomplete solution - committed for posterity in case I ever go back to it

This commit is contained in:
Josh Creek
2019-12-01 11:22:11 +00:00
parent 14dd19c8d1
commit 5cfc70b65f
7 changed files with 1201 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RootNamespace>Day_04</RootNamespace>
</PropertyGroup>
</Project>