Gradle skeleton with Esper lib
This commit is contained in:
12
src/main/java/App.java
Normal file
12
src/main/java/App.java
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* This Java source file was generated by the Gradle 'init' task.
|
||||
*/
|
||||
public class App {
|
||||
public String getGreeting() {
|
||||
return "Hello world.";
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(new App().getGreeting());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user