Browse Source

First try

master
hellhu71946 5 years ago
parent
commit
da2f1a60e3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/HelloWorld.java

+ 1
- 1
src/HelloWorld.java View File

public class HelloWorld { public class HelloWorld {


public static void main(String[] args){ public static void main(String[] args){
System.out.println("Hello World");
System.out.println("Hallo Welt");
} }
} }



Loading…
Cancel
Save