pub mod benchmarking; pub mod cli; pub mod constants; pub mod solutions; pub mod solving_given; pub type AppError = anyhow::Error; pub type AppResult = anyhow::Result;