site/main.py
2025-11-09 12:20:16 +01:00

6 lines
88 B
Python

def main():
print("Hello from gugulet-hu!")
if __name__ == "__main__":
main()