This commit is contained in:
Sebastian Seedorf
2022-12-15 15:54:39 +01:00
parent 4ca301c22b
commit 9eabf64957

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import re import re
from collections import defaultdict
lines = (x.strip() for x in open("input.txt")) lines = (x.strip() for x in open("input.txt"))
# all lines of possible positions # all lines of possible positions