Go to file
2024-08-01 11:30:06 +08:00
.cargo 20240701 Finished 2024-07-01 11:43:50 +08:00
src 20240801 Finished 2024-08-01 11:30:06 +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
commit.sh 20231212 Finished 2023-12-12 19:00:44 +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}来运行指定题目的测试。