2025-11-27 19:11:46 +01:00

7 lines
94 B
Python

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