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