Automatic push from FunctionsAPI

This commit is contained in:
FunctionsAPI 2025-06-11 14:40:56 +00:00
parent bb8da486bf
commit bad0a209ec

5
main.rs Normal file
View File

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