libcmo21/BMapBindings/BMapSharp/BMapSharpTestbench/Program.cs

12 lines
248 B
C#
Raw Normal View History

using System;
namespace BMapSharpTestbench // Note: actual namespace depends on the project name.
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}