Compare commits

..

1 Commits
main ... v5

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

View File

@ -1,2 +1 @@
# 8e3c8a22f2974e9b9bf7b6ba2ab66d2b
# python hello-world

5
main.py Normal file
View File

@ -0,0 +1,5 @@
def main(request):
return "hello, world"
def print_name(name):
# Print the name
print("The name is:", name)

2
requirements.txt Normal file
View File

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