2025-06-04 12:43:56 +02:00

13 lines
262 B
C#

using System;
namespace ProjektGlueckspiel
{
class Lotto
{
static void Main(string[] args)
{
Console.WriteLine("Willkommen zum Lotto-Spiel!");
// Hier können Sie Ihre Lotto-Logik implementieren.
}
}
}