use process;
use ;
/*
cargo run
cargo run -- -m 4 -i 10
cargo run -- --once --verbose
cargo test -- --show-output
cargo doc --open
cargo b -r && cargo install --path=.
*/
/// Entry point of the application.
///
/// Manages the high-level flow and handles potential errors gracefully.