4df93cc62c1d47c6ac3c97daa26.../main.rs
2025-06-11 14:58:11 +00:00

6 lines
74 B
Rust

#[tokio::main]
async fn main(a: i32, b: i32) -> i32 {
a + b
}