This commit is contained in:
Paul Schneider 2017-04-03 15:34:47 +02:00
commit e8806b22cb
7 changed files with 56 additions and 12 deletions

9
YaDaemon/Program.cs Normal file
View file

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