mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-30 01:48:12 -07:00
Better Java template.
This commit is contained in:
parent
68358201bf
commit
0f00887736
6 changed files with 96 additions and 8 deletions
7
src/main/resources/templates/java/java.mustache
Normal file
7
src/main/resources/templates/java/java.mustache
Normal file
|
@ -0,0 +1,7 @@
|
|||
package {{packageName}};
|
||||
|
||||
class Example {
|
||||
public static void main(String[] argv) {
|
||||
System.out.println("Hello world");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue