Compare commits

..

1 Commits
main ... v2

Author SHA1 Message Date
FunctionsAPI
2bd0607cd1 Automatic push from FunctionsAPI 2025-06-11 14:58:11 +00:00
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# 4df93cc62c1d47c6ac3c97daa261dd68
# 2d79f13a9ab7470b85f1a5f4ba36aa2d

5
main.rs Normal file
View File

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