Untested Java
This commit is contained in:
parent
116a209516
commit
d54c42b319
5
java/helloworld.java
Normal file
5
java/helloworld.java
Normal file
|
@ -0,0 +1,5 @@
|
|||
class HelloWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user