This commit is contained in:
2025-04-13 20:35:48 -03:00
parent f3d2be6642
commit 264a03ebed
6 changed files with 208 additions and 0 deletions

6
hello.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from dokku-hello-world!")
if __name__ == "__main__":
main()