Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 952 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 952 Bytes

helper

功能

  1. 按照程序中设置的模板,生成习题解答文件夹,包括:
    1. README.md
    2. [题目].go
    3. [题目]_test.go
  2. 统计已经解答题目,在LeetCode-in-Golang/README.md中生成
    1. 标题下的LeetCode主页和LeetCode排名图标
    2. 统计报表
    3. 已完成题目的目录

使用方式

  1. 在命令行的本目录下,运行make,会自动生成程序。
  2. 在命令行的LeetCode-in-Golang目录下,运行./helper,会自动重新生成项目的README.md
  3. 在命令行的LeetCode-in-Golang目录下,运行./helper [题号],会自动生成相应的答题文件夹。

配置方法

  1. .gitignore中,添加一行*.toml
  2. LeetCode-in-Golang目录下,添加文件leetcode.toml
  3. 把以下内容中的test分别修改为你的leetcode用户名和密码后,复制到leetcode.toml中。
Login="test"
Password="test"