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!"); } }