mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 07:03:39 +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(())
|
|
}
|