Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-11 14:32:30 +00:00
parent 499fbf366f
commit b14f513cf4

5
main.rs Normal file
View File

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