dotnet-installer/TestAssets/NonRestoredTestProjects/PJAppWithDeprecatedContentOptions/project/Program.cs
2017-01-25 17:28:57 -08:00

12 lines
202 B
C#

using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}