Buecherwurm/Program.cs
2020-04-23 15:44:38 +02:00

13 lines
192 B
C#

using System;
namespace Bücherwurm
{
class Program
{
static void Main(string[] args)
{
var Admin = new Administration();
}
}
}