20240912 finished.

This commit is contained in:
2024-09-12 14:13:49 +08:00
parent d249f777dd
commit e49fe8ee09
4 changed files with 73 additions and 4 deletions

View File

@@ -1,5 +1,17 @@
# LeetCode
运行`cargo run`来初始化题目的模板文件
使用Rust完成LeetCode上的题目
运行`cargo test test_{id}`来运行指定题目的测试。
## 使用方法
```shell
just pull <id>
```
获得指定`<id>`的题目。
```shell
just commit
```
提交目前完成的题目,提交信息的格式为`YYYYMMdd finished.`