This commit is contained in:
wbs
2026-08-11 10:54:13 +02:00
parent 82b48974c5
commit a1b96f6869
54 changed files with 999 additions and 30 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
namespace aufgaben;
namespace aufgaben_tag1;
internal class Program
@@ -26,5 +26,7 @@ internal class Program
Console.WriteLine("Die Quersumme von " + zahl + " ist " + quersumme);
Aufgabe_3.zahlenRaten(bound);
Console.WriteLine(Aufgabe_4.berechneArtikelnummer(27493));
}
}