2025-11-27 19:13:56 +01:00

7 lines
94 B
Python

def main():
print("Hello from starskypresenter!")
if __name__ == "__main__":
main()