Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-11 10:30:03 +00:00
parent 27b64d6f6a
commit 323bdaeb77

5
main.rs Normal file
View File

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