Files
krata/hypha/bin/container.rs

6 lines
66 B
Rust
Raw Normal View History

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