hello world Programm 3

This commit is contained in:
Lilly Manitz 2021-10-28 15:49:42 +02:00
parent e8dab2687b
commit 1ec272b78e

View File

@ -1,11 +0,0 @@
public class HalloWelt {
public static void main(String[] args) {
System.out.println("Hello world");
for (String s : args) {
System.out.println(s);
}
}
}