Kommentar
parent
d624966025
commit
c98b751c90
|
@ -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");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue