Initial commit

This commit is contained in:
HuskyTeufel
2021-02-23 14:50:29 +01:00
commit 75b9df14ee
12 changed files with 490 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using System;
using DPGetDataContract;
namespace ConsoleApplication
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}