Initial commit

This commit is contained in:
BtbN
2019-04-13 17:17:16 +02:00
commit 18a12f86ca
6 changed files with 149 additions and 0 deletions

12
eAmuseTest/Program.cs Normal file
View File

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