|
|
@ -3,19 +3,19 @@ |
|
|
|
* To change this template file, choose Tools | Templates |
|
|
|
* To change this template file, choose Tools | Templates |
|
|
|
* and open the template in the editor. |
|
|
|
* and open the template in the editor. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
package uk.co.chamsys.javamaventemplate; |
|
|
|
package moe.nekojimi.javamaventemplate; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* |
|
|
|
* |
|
|
|
* @author jim |
|
|
|
* @author jim |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public class Main { |
|
|
|
public class Main |
|
|
|
|
|
|
|
{ |
|
|
|
/** |
|
|
|
/** |
|
|
|
* @param args the command line arguments |
|
|
|
* @param args the command line arguments |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static void main(String[] args) { |
|
|
|
public static void main(String[] args) |
|
|
|
// TODO code application logic here
|
|
|
|
{ |
|
|
|
|
|
|
|
System.out.println("Hello world!"); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |