1
2
3
4
5
6
mod correct;
mod num;
pub use crate::correct::Correct;

#[cfg(test)]
mod tests;