Browse Source

added hello-world.java

master
vala 4 years ago
parent
commit
4185e48f4b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      hello-world.java

+ 3
- 0
hello-world.java View File

@@ -0,0 +1,3 @@
public static void main(String[] args){
System.out.print("hello world");
}

Loading…
Cancel
Save