# leetcode **Repository Path**: GZPING/leetcode ## Basic Information - **Project Name**: leetcode - **Description**: leet code 题目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-27 - **Last Updated**: 2021-07-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### leet code 配置 **code file name** > P${question.frontendQuestionId}$!velocityTool.camelCaseName(${question.titleSlug}) **code template** ```java ${question.content} package leetcode.editor.cn; 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(); } ${question.code} } ```