Browse Source

commit message

master
d4v1davidson 1 year ago
parent
commit
7cdf2aa2ee
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      HelloWorld.java

+ 1
- 1
HelloWorld.java View File

@@ -1,6 +1,6 @@
public class HelloWorld {

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

Loading…
Cancel
Save