Unterricht + Übung Tag 4
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Tag_4_Aufgaben;
|
||||
|
||||
public class Aufgabe_1
|
||||
{
|
||||
public static void Main()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -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();
|
||||
Reference in New Issue
Block a user