commit e6e0ed3ef098eb4b13f77128d8de27cb9bbd38ca Author: Carson McManus Date: Sun Aug 21 11:29:27 2016 -0400 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..64d9cd5 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SteamAuth/ diff --git a/Program.cs b/Program.cs new file mode 100644 index 0000000..d465090 --- /dev/null +++ b/Program.cs @@ -0,0 +1,12 @@ +using System; +using System.Text; +using System.Linq; + +/// +/// The main entry point for the application +/// +[STAThread] +public static void Main(string[] args) +{ + +}