hello world Programm 3
This commit is contained in:
parent
e8dab2687b
commit
1ec272b78e
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user