Compare commits

..

1 Commits
main ... v6

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

View File

@ -1,2 +1 @@
# d58799e55f29465a89beb0ff54b46f19 # 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");