diff --git a/lotto.cs b/lotto.cs new file mode 100644 index 0000000..5d81724 --- /dev/null +++ b/lotto.cs @@ -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. + } + } +} \ No newline at end of file