Files
2026-04-08 11:45:30 +02:00

7 lines
85 B
Python

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