Browse Source

hello world Programm 3

master
Lilly Manitz 2 years ago
parent
commit
1ec272b78e
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      src/HalloWelt.java

+ 0
- 11
src/HalloWelt.java 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);
}

}
}

Loading…
Cancel
Save