Files
2026-04-30 16:03:17 +02:00

7 lines
102 B
Python

def main():
print("Hello from sale-prices-comprobation!")
if __name__ == "__main__":
main()