hello world 7

This commit is contained in:
Lilly Manitz 2021-10-28 16:33:27 +02:00
parent 8c6f6ce076
commit 5879e47cb1

View File

@ -1,7 +1,7 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hallo welt?");
System.out.println("Hallo welt!!!!!!!!!");
}
}