Compare commits

..

1 Commits
main ... v3

Author SHA1 Message Date
FunctionsAPI
f2ec35a33c Automatic push from FunctionsAPI 2024-10-29 12:58:02 +00:00
3 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1 @@
# 13becbf1a9b24bf4be3e607d78cf2d71 # python hello-world

2
main.py Normal file
View File

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

1
requirements.txt Normal file
View File

@ -0,0 +1 @@