2026-07-05 01:18:33 +01:00

6 lines
82 B
Rust

use anyhow::Result;
fn main() -> Result<()> {
pbxgen_dummy_boy::generate()
}