Kommentar

master
ho 2021-03-01 18:54:06 +01:00 committed by Sören
parent d624966025
commit c98b751c90
1 changed files with 15 additions and 0 deletions

15
Test.java Normal file
View File

@ -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");
}
}