Compare commits

..

No commits in common. "v4" and "main" have entirely different histories.
v4 ... main

3 changed files with 1 additions and 12 deletions

View File

@ -1,9 +1,2 @@
# python hello-world
fn add(a: i32, b: i32) -> i32 {
a + b
}
# c14be06a15db42b9a0b88d72ea76ac1c
fn main() {
let result = add(5, 3);
println!("The sum is: {}", result);
}

View File

@ -1,2 +0,0 @@
def main(request):
return "hello, world"

View File

@ -1,2 +0,0 @@
functions-framework==1.4.3
markupsafe==2.0.1