steamguard-cli/Program.cs

13 lines
189 B
C#
Raw Normal View History

2016-08-21 17:29:27 +02:00
using System;
using System.Text;
using System.Linq;
/// <summary>
/// The main entry point for the application
/// </summary>
[STAThread]
public static void Main(string[] args)
{
}