dotnet-installer/TestAssets/TestProjects/PerformanceTestProjects/TwoTargetGraphLarge/TwoTargetLargeP5/Program.cs
Pavel Krymets 1104e56895 Rebase
2016-04-29 09:09:23 -07:00

11 lines
141 B
C#

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