Compare commits

...

1 Commits
main ... v1

Author SHA1 Message Date
FunctionsAPI
b14f513cf4 Automatic push from FunctionsAPI 2025-06-11 14:32:30 +00:00

5
main.rs Normal file
View File

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