Initial commit

This commit is contained in:
Carson McManus 2016-08-21 11:29:27 -04:00
commit e6e0ed3ef0
2 changed files with 13 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
SteamAuth/

12
Program.cs Normal file
View file

@ -0,0 +1,12 @@
using System;
using System.Text;
using System.Linq;
/// <summary>
/// The main entry point for the application
/// </summary>
[STAThread]
public static void Main(string[] args)
{
}