dotnet-installer/TestAssets/TestProjects/AppWithBomGlobalJson/Program.cs
2016-03-31 14:39:33 -07:00

12 lines
202 B
C#

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