b3ee423bc36d44e399c12ffcba6.../main.rs
2025-06-13 11:01:29 +00:00

6 lines
74 B
Rust

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