add konsolenausgabe 1
This commit is contained in:
@@ -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(" **");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user