Files
hello-world/hello.py
2025-04-13 20:35:48 -03:00

7 lines
95 B
Python

def main():
print("Hello from dokku-hello-world!")
if __name__ == "__main__":
main()