6 lines
79 B
Rust
6 lines
79 B
Rust
use anyhow::Result;
|
|
|
|
fn main() -> Result<()> {
|
|
pbxgen_stress::generate()
|
|
}
|