forked from vala/bottom-tier-java
added hello-world.java
This commit is contained in:
parent
3d0ce98dd0
commit
4185e48f4b
3
hello-world.java
Normal file
3
hello-world.java
Normal file
@ -0,0 +1,3 @@
|
||||
public static void main(String[] args){
|
||||
System.out.print("hello world");
|
||||
}
|
Loading…
Reference in New Issue
Block a user