From c98b751c90e5ad64c61dcc5f7f8a29f0b1f806ca Mon Sep 17 00:00:00 2001 From: ho <452-soho@users.noreply.edugit.org> Date: Mon, 1 Mar 2021 18:54:06 +0100 Subject: [PATCH] Kommentar --- Test.java | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Test.java diff --git a/Test.java b/Test.java new file mode 100644 index 0000000..0bcbd98 --- /dev/null +++ b/Test.java @@ -0,0 +1,15 @@ + +/** + * Beschreiben Sie hier die Klasse Test. + * + * @author (Ihr Name) + * @version (eine Versionsnummer oder ein Datum) + */ +public class Test +{ + //Hallo Alex, falls du mitliest extra ein HelloWordl für dich + public static void helloAlex() + { + System.out.println("Hallo Alex"); + } +}