46cb9cb30fd348309af0f6c232b.../main.rs
2025-06-11 10:30:03 +00:00

6 lines
74 B
Rust

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