Files
2026-04-15 01:05:54 +02:00

7 lines
95 B
Python

def main():
print("Hello from pursue-the-tracks!")
if __name__ == "__main__":
main()