mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
6 lines
66 B
Rust
6 lines
66 B
Rust
use hypha::error::Result;
|
|
|
|
fn main() -> Result<()> {
|
|
Ok(())
|
|
}
|