Compare commits

..

1 Commits
main ... v1

Author SHA1 Message Date
FunctionsAPI
323bdaeb77 Automatic push from FunctionsAPI 2025-06-11 10:30:03 +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
}