Compare commits

..

1 Commits
main ... v2

Author SHA1 Message Date
FunctionsAPI
0980f09a97 Automatic push from FunctionsAPI 2025-06-11 10:30:19 +00:00
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# 44e654333cbc4378afc51fd3d79685dd
# 46cb9cb30fd348309af0f6c232b41057

5
main.rs Normal file
View File

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