add konsolenausgabe 1

This commit is contained in:
Joel Baldauf
2020-09-08 14:58:06 +02:00
parent 0b8e6197fd
commit 1c100be2fe
5 changed files with 50 additions and 0 deletions
@@ -0,0 +1,14 @@
package konsolenausgabe_1;
public class konsolenausgabe_1 {
public static void main(String[] args) {
System.out.println(" **");
System.out.println("* *");
System.out.println("* *");
System.out.println(" **");
}
}