131f85ff1d52482ea234eb3442b.../main.rs
2025-06-11 14:32:30 +00:00

6 lines
74 B
Rust

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