dotnet-installer/TestAssets/TestProjects/PerformanceTestProjects/TwoTargetGraph/TwoTargetP2/Program.cs
2016-05-12 10:33:32 -07:00

11 lines
141 B
C#

using System;
namespace ConsoleLibrary.P2
{
public class Program
{
public static void Main()
{
}
}
}