competitive_programming_rs/utils/
mod.rs

1/// Functions to test this library with contest-style IO files.
2#[cfg(test)]
3pub(crate) mod test_helper;
4
5pub mod scanner;