Compare commits

...

1 Commits
main ... v7

Author SHA1 Message Date
FunctionsAPI
a70ab43d21 Automatic push from FunctionsAPI 2025-01-15 07:02:41 +00:00
3 changed files with 6 additions and 2 deletions

View File

@ -1,2 +1 @@
# 83e6e35020ae4b4d84a84f3b89b86056
# python hello-world

2
main.py Normal file
View File

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

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
functions-framework==1.4.3
markupsafe==2.0.1
print("Hello");