Add file Example.java to the project.
This commit is contained in:
parent
d9078139f7
commit
1b37786394
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!");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user