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

13 lines
188 B
C#
Raw Normal View History

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