This commit is contained in:
2024-12-19 14:34:40 +01:00
parent efd89d58f9
commit 6064f85200
3 changed files with 49 additions and 2 deletions

View File

@@ -38,7 +38,6 @@ def check_design(txt: str) -> bool:
if __name__ == "__main__":
alphabet, designs = read_input(file)
alphabet.sort(reverse=True)
sol = 0
for i, design in enumerate(designs):
#print(i, design)