Compare commits
No commits in common. "v5" and "main" have entirely different histories.
@ -1,9 +1,2 @@
|
|||||||
# python hello-world
|
# 3c6cc06330184d84bc3e48ae1affa30c
|
||||||
fn add(a: i32, b: i32) -> i32 {
|
|
||||||
a + b
|
|
||||||
}
|
|
||||||
|
|
||||||
fn main() {
|
|
||||||
let result = add(5, 3);
|
|
||||||
println!("The sum is: {}", result);
|
|
||||||
}
|
|
||||||
|
|||||||
@ -1,2 +0,0 @@
|
|||||||
functions-framework==1.4.3
|
|
||||||
markupsafe==2.0.1
|
|
||||||
Loading…
Reference in New Issue
Block a user