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

14 lines
233 B
C#
Raw Normal View History

2016-04-23 00:06:55 +00:00
using System;
2016-04-27 15:44:12 +00:00
namespace ConsoleLibrary.P4
2016-04-23 00:06:55 +00:00
{
public class Program
{
public static void Main()
{
2016-04-27 15:44:12 +00:00
ConsoleLibrary.P5.Program.Main();
ConsoleLibrary.P6.Program.Main();
2016-04-23 00:06:55 +00:00
}
}
}