Add project files.

This commit is contained in:
Zac Brown
2016-11-05 15:25:09 -07:00
parent 7e0c8b0265
commit 798ba93b6f
5 changed files with 139 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PowerShellMethodAuditor
{
class Program
{
static void Main(string[] args)
{
}
}
}