Add file Example.java to the project.
This commit is contained in:
5
src/main/java/com/example/demo/Example.java
Normal file
5
src/main/java/com/example/demo/Example.java
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
public class Example {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Hello, World!");
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user