Compare commits

..

1 Commits
main ... v2

Author SHA1 Message Date
FunctionsAPI
56ef360dbe Automatic push from FunctionsAPI 2025-06-13 11:01:45 +00:00
2 changed files with 6 additions and 1 deletions

View File

@ -1,2 +1,2 @@
# e01a57168684486fb4544614e570119e # b3ee423bc36d44e399c12ffcba612c08

5
main.rs Normal file
View File

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