Unterricht + Übung Tag 4

This commit is contained in:
Max
2026-08-14 08:03:46 +02:00
parent ade7a28e1d
commit 10334c1bc7
22 changed files with 633 additions and 17 deletions
+9
View File
@@ -0,0 +1,9 @@
namespace Tag_4_Aufgaben;
public class Aufgabe_1
{
public static void Main()
{
}
}
+3 -2
View File
@@ -1,2 +1,3 @@
// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");
using Tag_4_Aufgaben;
Aufgabe_1.Main();