krata/hypha/bin/container.rs

6 lines
66 B
Rust
Raw Normal View History

2024-01-17 16:18:12 +00:00
use hypha::error::Result;
fn main() -> Result<()> {
Ok(())
}