Compare commits

..

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

3 changed files with 2 additions and 10 deletions

View File

@ -1 +1,2 @@
# python hello-world # d532d3092a8e44c4b84a74af0025eb62

View File

@ -1,7 +0,0 @@
def main(request):
return x2(request.my_number)
def x2 (number):
return number * 2

View File

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