dotnet-installer/TestAssets/TestProjects/PerformanceTestProjects/TwoTargetGraphLarge/TwoTargetLargeP4/Program.cs

12 lines
142 B
C#
Raw Normal View History

2016-04-23 00:06:55 +00:00
using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main()
{
}
}
}