Files
PlantBox/PlantBox.Broker/Program.cs
2019-03-04 21:05:49 +01:00

13 lines
185 B
C#

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