Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-13 11:01:29 +00:00
parent 4044c2898b
commit 5b020c1fde

5
main.rs Normal file
View File

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