LeetCode力码

mutouren 1 0 zip 2024-10-03 09:10:51

idea怎么刷leetcode项目介绍记录刷题怎么刷LeetCode工具idea修改settings中的File and Code TempLates添加LeetCode模本


#if (${PACKAGE_NAME} && ${PACKAGE_NAME} != \"\")

package ${PACKAGE_NAME};

#end

import org.junit.Test;

import static org.junit.Assert.*;

/** * */

#parse(\"File Header.java\")

public class ${NAME} {

@Test

public void test() {

Solution solution = new Solution();

assertEquals(true,true);

}

private static class Solution {

}

}

用户评论
请输入评论内容
评分:
暂无评论