krata/hypha/bin/container.rs
2024-01-17 08:18:12 -08:00

6 lines
66 B
Rust

use hypha::error::Result;
fn main() -> Result<()> {
Ok(())
}