Add HelloWorld file
This commit is contained in:
6
HelloWorld.java
Normal file
6
HelloWorld.java
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
public class HelloWorld {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Hello, Git and Java!");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Reference in New Issue
Block a user