Files
exo/shared/main.py
2025-06-17 03:55:41 +01:00

7 lines
84 B
Python

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