first commit

This commit is contained in:
Brady Bodily
2020-12-10 12:00:41 -07:00
commit 31a4309a47
21 changed files with 379 additions and 0 deletions

12
Simulator/Program.cs Normal file
View File

@@ -0,0 +1,12 @@
using System;
namespace Simulator
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}