Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 292 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 292 Bytes

BOJ Rust snippet

How to use

  • You can write your solution in solve() function in lib.rs.
  • cargo run to run your solution with stdin and stdout
  • cargo run -- <problem_id> to test your solution by samples on BOJ.
    • No special judge is supported; only checks for string equality.