Automatic push from FunctionsAPI
This commit is contained in:
parent
c62a8416cb
commit
c332dff529
@ -1,2 +1,9 @@
|
||||
# 3c6cc06330184d84bc3e48ae1affa30c
|
||||
# python hello-world
|
||||
fn add(a: i32, b: i32) -> i32 {
|
||||
a + b
|
||||
}
|
||||
|
||||
fn main() {
|
||||
let result = add(5, 3);
|
||||
println!("The sum is: {}", result);
|
||||
}
|
||||
|
||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@ -0,0 +1,2 @@
|
||||
functions-framework==1.4.3
|
||||
markupsafe==2.0.1
|
||||
Loading…
Reference in New Issue
Block a user