Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 639 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 639 Bytes

Rust

Start

Install rust environment by following the instructions in Rust.

Then, you can run the tests by running: Simply, add [dependencies] path question id in Cargo.toml, and change PROBLEM_ID in test.rs, and try:

cargo test --test solution_test

If you write to run more than one solution, you can add [dependencies] path question id in Cargo.toml, and add more tests in solution_test.rs, and try:

cargo test --test solutions_test