dotnet-installer/TestAssets/TestProjects/DuplicatedReferenceAssembly/TestApp/Program.cs
2016-05-03 09:54:50 -07:00

10 lines
No EOL
146 B
C#

namespace TestApp
{
public class Program
{
public static int Main(string[] args)
{
return 0;
}
}
}