2015 day 12, 13 & 14.

This commit is contained in:
Mikaël Capelle
2024-01-06 14:56:30 +01:00
parent 8d2f61fa65
commit cd58b7861b
9 changed files with 210 additions and 1 deletions

View File

@@ -42,7 +42,6 @@ def find_next_password(p: str) -> str:
line = sys.stdin.read().strip()
answer_1 = find_next_password(line)
print(f"answer 1 is {answer_1}")