# README
helper
配置方法
- 在
.gitignore
中,添加一行*.toml
- 在
LeetCode-in-Go
目录下,添加文本文件config.toml
。 - 把以下内容复制到
config.toml
中。 - 把
config.toml
中的test
分别修改为你的 leetcode用户名
和密码
。
Login="test"
Password="test"
.gitignore
中,添加一行*.toml
LeetCode-in-Go
目录下,添加文本文件config.toml
。config.toml
中。config.toml
中的test
分别修改为你的 leetcode 用户名
和密码
。Login="test"
Password="test"