Compare commits

..

1 Commits
main ... v5

Author SHA1 Message Date
FunctionsAPI
b6229a10c7 Automatic push from FunctionsAPI 2024-12-11 07:36:38 +00:00
3 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1 @@
# 74edb8afc33840f995a81f707eb8c825 # 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 @@
pytest