Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 293 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 293 Bytes

How to use

  1. Copy blank.rs

    cp src/bin/{blank.rs,<number of the problem>.rs}
  2. Solve the problem

  3. Run unit test

    cargo test --bin <number of the problem>
  4. Run program

    cargo run --bin <number of the problem>