First Commit Assignment 2

This commit is contained in:
Brady
2019-09-29 20:52:36 -06:00
parent bf5e227a5c
commit 8e8d4f2931
8 changed files with 77 additions and 1 deletions

8
Simulator/Class1.cs Normal file
View File

@@ -0,0 +1,8 @@
using System;
namespace Simulator
{
public class Class1
{
}
}

View File

@@ -0,0 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
</Project>