idea开发工具的leetcode插件的codeFileName
2020-03-10 本文已影响0人
chanyi
codeFileName:
P$!{question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug})
CodeTemplate:
${question.content}
package leetcode.editor.cn;
//Java:${question.title}
public class P${question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug}){
public static void main(String[] args) {
Solution solution = new P$!{question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug})().new Solution();
// TO TEST
}
${question.code}
}