package
0.0.0-20190725034537-db5e768ce8c3
Repository: https://github.com/frankegoesdown/leetcode-in-go.git
Documentation: pkg.go.dev

# README

helper

配置方法

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

# Constants

USAGE 说明了程序的使用方式.
程序辅助设置.

# Structs

CLI 负责处理命令行参数.
Difficulty 问题的难度.
State 保存单个问题的解答状态.