dotnet-installer/TestAssets/TestProjects/ProjectJsonConsoleTemplate/Program.cs
2017-03-02 20:35:20 -08:00

9 lines
124 B
C#

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