dotnet-installer/TestAssets/TestProjects/PerformanceTestProjects/SingleTargetGraph/SingleTargetP0/Program.cs
2016-04-27 08:41:22 -07:00

11 lines
142 B
C#

using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main()
{
}
}
}