dotnet-installer/TestAssets/TestProjects/TestMicrosoftCSharpReference/Program.cs

10 lines
167 B
C#
Raw Normal View History

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