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

12 lines
141 B
C#
Raw Normal View History

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