4 lines
87 B
Rust
4 lines
87 B
Rust
#[tokio::main]
|
|
async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|
Ok(())
|
|
} |