Updaded README with examples, etc.
This commit is contained in:
parent
cfd6bb7c18
commit
0e48265890
3 changed files with 35 additions and 10 deletions
|
@ -1,11 +1,11 @@
|
|||
package com.example;
|
||||
|
||||
public class ExamplesMain {
|
||||
public String getMessage() {
|
||||
return "Hello World!";
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(new ExamplesMain().getMessage());
|
||||
}
|
||||
|
||||
public String getMessage() {
|
||||
return "Hello World!";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue