Browse Source

hello world 7

master
Lilly Manitz 2 years ago
parent
commit
5879e47cb1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/HelloWorld.java

+ 1
- 1
src/HelloWorld.java 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!!!!!!!!!");

}
}

Loading…
Cancel
Save