NBMANTZELOS\bib eae8a5b80b erster commit
2024-05-29 12:44:06 +02:00

11 lines
175 B
C#

namespace PMCProjekt
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}
}