Go to file
2024-09-02 11:59:40 +08:00
.cargo 20240701 Finished 2024-07-01 11:43:50 +08:00
src 20240902 finished. 2024-09-02 11:59:40 +08:00
.gitignore init: 初始化rust项目 2023-12-12 18:40:24 +08:00
Cargo.lock 20240414 Finished 2024-04-14 12:20:08 +08:00
Cargo.toml 20240414 Finished 2024-04-14 12:20:08 +08:00
justfile 20240824 finished. 2024-08-24 11:52:03 +08:00
LICENSE init: 初始化rust项目 2023-12-12 18:40:24 +08:00
README.md init: 初始化rust项目 2023-12-12 18:40:24 +08:00
template.rs refactor: 移动已完成的题目 2024-01-12 23:09:43 +08:00

LeetCode

运行cargo run来初始化题目的模板文件。

运行cargo test test_{id}来运行指定题目的测试。