mirror of
https://github.com/encounter/objdiff.git
synced 2025-07-18 19:16:04 +00:00
5 lines
96 B
Rust
5 lines
96 B
Rust
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
wit_deps::lock_sync!()?;
|
|
Ok(())
|
|
}
|