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

10 lines
183 B
C#
Raw Normal View History

namespace AppWithOutputAssemblyName
{
public class MyApp
{
public static void Main()
{
System.Console.WriteLine("Hello, World!");
}
}
}