dotnet-installer/TestAssets/NonRestoredTestProjects/PJHalfMigrated/ProjectB/Program.cs

13 lines
202 B
C#
Raw Normal View History

2017-01-31 21:09:35 +00:00
using System;
namespace ConsoleApplication
{
public class Program
{
public static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}