PowerToys/Wox.UpdateFeedGenerator/Program.cs

11 lines
168 B
C#
Raw Normal View History

2015-10-31 07:17:34 +08:00
namespace Wox.UpdateFeedGenerator
2015-01-22 22:57:54 +08:00
{
class Program
{
static void Main(string[] args)
{
new Generator().Build();
}
}
}