Day 13 (Generator)

This commit is contained in:
Sebastian Seedorf
2021-12-13 14:24:04 +01:00
parent 964296b439
commit bac46a6cf9
3 changed files with 41 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env python3
lines = (x.strip() for x in open("input.txt"))
points = set()