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

10 lines
No EOL
167 B
C#

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