Files
2025-11-03 00:42:35 +01:00

7 lines
99 B
Python

def main():
print("Hello from dagu-automatizaciones!")
if __name__ == "__main__":
main()