forked from Crockan/MercuryToolbox
6 lines
104 B
Rust
6 lines
104 B
Rust
//! Binary entry point for `reposhape`.
|
|
|
|
fn main() {
|
|
std::process::exit(reposhape::main_entry());
|
|
}
|