Initial commit

This commit is contained in:
2019-12-02 20:58:03 -05:00
parent ab5cefdf3f
commit 127a57221a
7 changed files with 156 additions and 1 deletions

8
Advent.csproj Normal file
View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
</Project>