Initial commit

This commit is contained in:
Amine El Hajami 2025-06-04 12:43:56 +02:00
parent 794c5cb8c4
commit 487fbfcf10

13
lotto.cs Normal file
View File

@ -0,0 +1,13 @@
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.
}
}
}