steamguard-cli/Program.cs
2016-08-21 11:29:27 -04:00

12 lines
189 B
C#

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