dotnet-installer/test/PackagedCommands/Consumers/AppWithToolDependency/Program.cs
2016-01-09 16:50:31 -08:00

12 lines
202 B
C#

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