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.