Files
2026-05-14 02:06:42 +02:00

7 lines
98 B
Python

def main():
print("Hello from domain-coverage-gaps!")
if __name__ == "__main__":
main()