dotnet-installer/TestAssets/TestProjects/PerformanceTestProjects/SingleTargetGraph/SingleTargetP2/Program.cs

12 lines
141 B
C#
Raw Normal View History

2016-04-22 17:06:55 -07:00
using System;
2016-04-27 08:44:12 -07:00
namespace ConsoleLibrary.P2
2016-04-22 17:06:55 -07:00
{
public class Program
{
public static void Main()
{
}
}
}