added hello-world.java

This commit is contained in:
vala 2019-09-13 19:36:24 +02:00
parent 3d0ce98dd0
commit 4185e48f4b

3
hello-world.java Normal file
View File

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