dotnet-installer/TestAssets/TestProjects/PerformanceTestProjects/TwoTargetGraph/TwoTargetP2/Program.cs

12 lines
141 B
C#
Raw Normal View History

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