Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 173 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 173 Bytes

leetcode-rust

leetcode-rust

# run all tests
cargo test

# run test with problem id
cargo test <problem_id>

# new problem
cargo run <problem_id> <problem_title>