generated from Nekojimi/JavaMavenTemplate
parent
3cb82c07d3
commit
b35bd6c2d5
@ -1,16 +0,0 @@ |
|||||||
package moe.${REPO_OWNER_LOWER}.${REPO_NAME_LOWER}; |
|
||||||
|
|
||||||
/** |
|
||||||
* |
|
||||||
* @author ${REPO_OWNER_LOWER} |
|
||||||
*/ |
|
||||||
public class Main |
|
||||||
{ |
|
||||||
/** |
|
||||||
* @param args the command line arguments |
|
||||||
*/ |
|
||||||
public static void main(String[] args) |
|
||||||
{ |
|
||||||
System.out.println("Hello world!"); |
|
||||||
} |
|
||||||
} |
|
@ -0,0 +1,16 @@ |
|||||||
|
package moe.nekojimi.nodeprocessor; |
||||||
|
|
||||||
|
/** |
||||||
|
* |
||||||
|
* @author Nekojimi |
||||||
|
*/ |
||||||
|
public class Main |
||||||
|
{ |
||||||
|
/** |
||||||
|
* @param args the command line arguments |
||||||
|
*/ |
||||||
|
public static void main(String[] args) |
||||||
|
{ |
||||||
|
System.out.println("Hello world!"); |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue