PowerToys/Wox.UpdateFeedGenerator/Program.cs
2015-10-30 23:23:01 +00:00

11 lines
168 B
C#

namespace Wox.UpdateFeedGenerator
{
class Program
{
static void Main(string[] args)
{
new Generator().Build();
}
}
}