website/hello.py
2025-01-27 12:58:56 +01:00

6 lines
88 B
Python

def main():
print("Hello from servala-fe!")
if __name__ == "__main__":
main()