proxmox-connector/ProxmoxConnector.Tester/Program.cs

13 lines
202 B
C#
Raw Normal View History

2022-01-19 11:26:19 +02:00
using System;
namespace ProxmoxConnector.Tester
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}