Browse Source

hello world 7

master
Lilly Manitz 2 years ago
parent
commit
8c6f6ce076
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      src/HelloWorld.java

+ 7
- 0
src/HelloWorld.java View File

@@ -0,0 +1,7 @@
public class HelloWorld {

public static void main(String[] args) {
System.out.println("Hallo welt?");

}
}

Loading…
Cancel
Save